summaryrefslogtreecommitdiff
path: root/doxygen/man/man3/cmd2_PasteBufferError.3
diff options
context:
space:
mode:
authorZearin <zearin@gonk.net>2011-10-05 17:05:31 -0400
committerZearin <zearin@gonk.net>2011-10-05 17:05:31 -0400
commitaa19e3b9c9f03f7320c2d5470fa977ed0bbdeeab (patch)
tree97d86fe3a03114be08aac12a7097aa80ac03bc2a /doxygen/man/man3/cmd2_PasteBufferError.3
downloadcmd2-aa19e3b9c9f03f7320c2d5470fa977ed0bbdeeab.tar.gz
Initial import.
Copy of the Python module cmd2 by Catherine Devlin. Note that this is NOT the official copy (it’s at http://www.assembla.com/spaces/python-cmd2/wiki ). I’d rather just work using git + GitHub instead of hg + Assembla. ☺ OTOH, I fully intend to submit changes back to the official repo on Assembla—so don’t be shy, fork away. I’m happy for any help!
Diffstat (limited to 'doxygen/man/man3/cmd2_PasteBufferError.3')
-rw-r--r--doxygen/man/man3/cmd2_PasteBufferError.356
1 files changed, 56 insertions, 0 deletions
diff --git a/doxygen/man/man3/cmd2_PasteBufferError.3 b/doxygen/man/man3/cmd2_PasteBufferError.3
new file mode 100644
index 0000000..c87cc84
--- /dev/null
+++ b/doxygen/man/man3/cmd2_PasteBufferError.3
@@ -0,0 +1,56 @@
+.TH "cmd2::PasteBufferError" 3 "Fri Sep 9 2011" "Cmd2" \" -*- nroff -*-
+.ad l
+.nh
+.SH NAME
+cmd2::PasteBufferError \-
+.SH SYNOPSIS
+.br
+.PP
+.SS "Public Member Functions"
+
+.in +1c
+.ti -1c
+.RI "def \fB__init__\fP"
+.br
+.in -1c
+.SS "Static Public Attributes"
+
+.in +1c
+.ti -1c
+.RI "string \fBerrmsg\fP"
+.br
+.in -1c
+.SH "Detailed Description"
+.PP
+Definition at line 162 of file cmd2\&.py'\&.
+.SH "Constructor & Destructor Documentation"
+.PP
+.SS "def cmd2::PasteBufferError::__init__ (self)"
+.PP
+Definition at line 174 of file cmd2\&.py'\&.
+.PP
+References errmsg\&.
+.PP
+.nf
+174
+175 def __init__(self):
+176 Exception\&.__init__(self, self\&.errmsg)
+
+.fi
+.SH "Member Data Documentation"
+.PP
+.SS "string \fBcmd2::PasteBufferError::errmsg\fP\fC [static]\fP"\fBInitial value:\fP
+.PP
+.nf
+'''Redirecting to or from paste buffer requires pywin32
+to be installed on operating system\&.
+Download from http://sourceforge\&.net/projects/pywin32/'''
+.fi
+.PP
+Definition at line 164 of file cmd2\&.py'\&.
+.PP
+Referenced by __init__()\&.
+
+.SH "Author"
+.PP
+Generated automatically by Doxygen for Cmd2 from the source code'\&.