summaryrefslogtreecommitdiff
path: root/doxygen/man/man3/cmd2_PasteBufferError.3
blob: c87cc8475e6349b1500ae41bd0626a103c3e5890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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'\&.