Public Member Functions | |
"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) |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
def pcbnew.MAP_STRING_STRING.__init__ | ( | self, | |
* | args | ||
) |
__init__(MAP_STRING_STRING self, std::less< wxString > const & other) -> MAP_STRING_STRING __init__(MAP_STRING_STRING self) -> MAP_STRING_STRING __init__(MAP_STRING_STRING self, MAP_STRING_STRING other) -> MAP_STRING_STRING
Definition at line 17087 of file pcbnew.py.
"bool" pcbnew.MAP_STRING_STRING.__bool__ | ( | self | ) |
"bool" pcbnew.MAP_STRING_STRING.__contains__ | ( | self, | |
"wxString" | key | ||
) |
"void" pcbnew.MAP_STRING_STRING.__delitem__ | ( | self, | |
"wxString" | key | ||
) |
"bool" pcbnew.MAP_STRING_STRING.__nonzero__ | ( | self | ) |
"void" pcbnew.MAP_STRING_STRING.__setitem__ | ( | self, | |
* | args | ||
) |
"PyObject *" pcbnew.MAP_STRING_STRING.asdict | ( | self | ) |
"void" pcbnew.MAP_STRING_STRING.clear | ( | self | ) |
"bool" pcbnew.MAP_STRING_STRING.empty | ( | self | ) |
"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.
"bool" pcbnew.MAP_STRING_STRING.has_key | ( | self, | |
"wxString" | key | ||
) |
"PyObject *" pcbnew.MAP_STRING_STRING.items | ( | self | ) |
"swig.SwigPyIterator *" pcbnew.MAP_STRING_STRING.iterator | ( | self | ) |
"swig.SwigPyIterator *" pcbnew.MAP_STRING_STRING.key_iterator | ( | self | ) |
"PyObject *" pcbnew.MAP_STRING_STRING.keys | ( | self | ) |
"void" pcbnew.MAP_STRING_STRING.swap | ( | self, | |
"MAP_STRING_STRING" | v | ||
) |
"swig.SwigPyIterator *" pcbnew.MAP_STRING_STRING.value_iterator | ( | self | ) |
"PyObject *" pcbnew.MAP_STRING_STRING.values | ( | self | ) |
|
static |