summaryrefslogtreecommitdiff
path: root/doxygen/man/man3/cmd2_Borg.3
diff options
context:
space:
mode:
authorZearin <zearin@gonk.net>2011-10-07 10:35:21 -0400
committerZearin <zearin@gonk.net>2011-10-07 10:35:21 -0400
commit07b4dc3d6991cbdc420c246e807371c97a467d1a (patch)
tree329febd532aedfcd4daf92c807e802d1535c8f88 /doxygen/man/man3/cmd2_Borg.3
parent36a2424cfd8c44d9f63bb4e2d7ac69cf7bce3940 (diff)
parent04cdcb0feb369ac4c60e10ccdc139c57e8b52e62 (diff)
downloadcmd2-master.tar.gz
Merge branch 'feature/refactor' into devHEADmasterdev
Diffstat (limited to 'doxygen/man/man3/cmd2_Borg.3')
-rw-r--r--doxygen/man/man3/cmd2_Borg.356
1 files changed, 0 insertions, 56 deletions
diff --git a/doxygen/man/man3/cmd2_Borg.3 b/doxygen/man/man3/cmd2_Borg.3
deleted file mode 100644
index d6a9d01..0000000
--- a/doxygen/man/man3/cmd2_Borg.3
+++ /dev/null
@@ -1,56 +0,0 @@
-.TH "cmd2::Borg" 3 "Fri Sep 9 2011" "Cmd2" \" -*- nroff -*-
-.ad l
-.nh
-.SH NAME
-cmd2::Borg \-
-.SH SYNOPSIS
-.br
-.PP
-.PP
-Inherited by \fBcmd2::OutputTrap\fP'\&.
-.SS "Public Member Functions"
-
-.in +1c
-.ti -1c
-.RI "def \fB__new__\fP"
-.br
-.in -1c
-.SS "Static Private Attributes"
-
-.in +1c
-.ti -1c
-.RI "dictionary \fB_shared_state\fP = {}"
-.br
-.in -1c
-.SH "Detailed Description"
-.PP
-.PP
-.nf
-All instances of any Borg subclass will share state.
-from Python Cookbook, 2nd Ed., recipe 6.16.fi
-.PP
-
-.PP
-Definition at line 1450 of file cmd2\&.py'\&.
-.SH "Member Function Documentation"
-.PP
-.SS "def cmd2::Borg::__new__ (cls, a, k)"
-.PP
-Definition at line 1454 of file cmd2\&.py'\&.
-.PP
-.nf
-1454
-1455 def __new__(cls, *a, **k):
-1456 obj = object\&.__new__(cls, *a, **k)
-1457 obj\&.__dict__ = cls\&._shared_state
- return obj
-.fi
-.SH "Member Data Documentation"
-.PP
-.SS "dictionary \fBcmd2::Borg::_shared_state\fP = {}\fC [static, private]\fP"
-.PP
-Definition at line 1453 of file cmd2\&.py'\&.
-
-.SH "Author"
-.PP
-Generated automatically by Doxygen for Cmd2 from the source code'\&.