|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Proxy of C++ OUTPUTFORMATTER class.
Definition at line 2142 of file pcbnew.py.
◆ __init__()
def pcbnew.OUTPUTFORMATTER.__init__ |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
◆ GetQuoteChar()
def pcbnew.OUTPUTFORMATTER.GetQuoteChar |
( |
|
self, |
|
|
|
wrapee |
|
) |
| |
GetQuoteChar(OUTPUTFORMATTER self, char const * wrapee) -> char const *
Definition at line 2155 of file pcbnew.py.
◆ Print()
def pcbnew.OUTPUTFORMATTER.Print |
( |
|
self, |
|
|
|
nestLevel, |
|
|
|
fmt |
|
) |
| |
Print(OUTPUTFORMATTER self, int nestLevel, char const * fmt) -> int
Definition at line 2151 of file pcbnew.py.
◆ Quotes()
def pcbnew.OUTPUTFORMATTER.Quotes |
( |
|
self, |
|
|
|
aWrapee |
|
) |
| |
Quotes(OUTPUTFORMATTER self, string aWrapee) -> string
Definition at line 2159 of file pcbnew.py.
◆ Quotew()
def pcbnew.OUTPUTFORMATTER.Quotew |
( |
|
self, |
|
|
|
aWrapee |
|
) |
| |
Quotew(OUTPUTFORMATTER self, wxString aWrapee) -> string
Definition at line 2163 of file pcbnew.py.
◆ thisown
pcbnew.OUTPUTFORMATTER.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: