|
| "swig::SwigPyIterator *" | iterator (self) |
| |
| def | __iter__ (self) |
| |
| "bool" | __nonzero__ (self) |
| |
| "bool" | __bool__ (self) |
| |
| "std::map< wxString,wxString >::size_type" | __len__ (self) |
| |
| def | __iter__ (self) |
| |
| def | iterkeys (self) |
| |
| def | itervalues (self) |
| |
| def | iteritems (self) |
| |
| "std::map< wxString,wxString >::mapped_type const &" | __getitem__ (self, "wxString" key) |
| |
| "void" | __delitem__ (self, "wxString" key) |
| |
| "bool" | has_key (self, "wxString" key) |
| |
| "PyObject *" | keys (self) |
| |
| "PyObject *" | values (self) |
| |
| "PyObject *" | items (self) |
| |
| "bool" | __contains__ (self, "wxString" key) |
| |
| "swig::SwigPyIterator *" | key_iterator (self) |
| |
| "swig::SwigPyIterator *" | value_iterator (self) |
| |
| "void" | __setitem__ (self, *args) |
| |
| "PyObject *" | asdict (self) |
| |
| def | __init__ (self, *args) |
| |
| "bool" | empty (self) |
| |
| "std::map< wxString,wxString >::size_type" | size (self) |
| |
| "void" | swap (self, "MAP_STRING_STRING" v) |
| |
| "std::map< wxString,wxString >::iterator" | begin (self) |
| |
| "std::map< wxString,wxString >::iterator" | end (self) |
| |
| "std::map< wxString,wxString >::reverse_iterator" | rbegin (self) |
| |
| "std::map< wxString,wxString >::reverse_iterator" | rend (self) |
| |
| "void" | clear (self) |
| |
| "std::map< wxString,wxString >::allocator_type" | get_allocator (self) |
| |
| "std::map< wxString,wxString >::size_type" | count (self, "wxString" x) |
| |
| "void" | erase (self, *args) |
| |
| "std::map< wxString,wxString >::iterator" | find (self, "wxString" x) |
| |
| "std::map< wxString,wxString >::iterator" | lower_bound (self, "wxString" x) |
| |
| "std::map< wxString,wxString >::iterator" | upper_bound (self, "wxString" x) |
| |
Proxy of C++ std::map< wxString,wxString > class.
Definition at line 17008 of file pcbnew.py.
| "void" pcbnew.MAP_STRING_STRING.erase |
( |
|
self, |
|
|
* |
args |
|
) |
| |
erase(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::size_type
erase(MAP_STRING_STRING self, std::map< wxString,wxString >::iterator position)
erase(MAP_STRING_STRING self, std::map< wxString,wxString >::iterator first, std::map< wxString,wxString >::iterator last)
Definition at line 17135 of file pcbnew.py.