enigma2
2.6
|
Public Member Functions | |
def | iterator (self) |
def | __iter__ (self) |
def | __nonzero__ (self) |
def | __bool__ (self) |
def | __len__ (self) |
def | __iter__ (self) |
def | iterkeys (self) |
def | itervalues (self) |
def | iteritems (self) |
def | __getitem__ (self, key) |
def | __delitem__ (self, key) |
def | has_key (self, key) |
def | keys (self) |
def | values (self) |
def | items (self) |
def | __contains__ (self, key) |
def | key_iterator (self) |
def | value_iterator (self) |
def | __setitem__ (self, *args) |
def | asdict (self) |
def | __init__ (self, *args) |
def | empty (self) |
def | size (self) |
def | swap (self, v) |
def | begin (self) |
def | end (self) |
def | rbegin (self) |
def | rend (self) |
def | clear (self) |
def | get_allocator (self) |
def | count (self, x) |
def | erase (self, *args) |
def | find (self, x) |
def | lower_bound (self, x) |
def | upper_bound (self, x) |
def | get (self, key, default=None) |
Static Public Attributes | |
thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
iterator | |
has_key | |
keys | |
values | |
items | |
key_iterator | |
value_iterator | |
asdict | |
empty | |
size | |
swap | |
begin | |
end | |
rbegin | |
rend | |
clear | |
get_allocator | |
count | |
erase | |
find | |
lower_bound | |
upper_bound | |
Proxy of C++ std::map<(std::string,boost::any)> class.
def enigma.PseudoDict.__init__ | ( | self, | |
* | args | ||
) |
__init__(std::map<(std::string,boost::any)> self, std::less< std::string > const & arg2) -> PseudoDict __init__(std::map<(std::string,boost::any)> self) -> PseudoDict __init__(std::map<(std::string,boost::any)> self, PseudoDict arg2) -> PseudoDict
def enigma.PseudoDict.__bool__ | ( | self | ) |
__bool__(PseudoDict self) -> bool
def enigma.PseudoDict.__contains__ | ( | self, | |
key | |||
) |
__contains__(PseudoDict self, std::map< std::string,boost::any >::key_type const & key) -> bool
def enigma.PseudoDict.__delitem__ | ( | self, | |
key | |||
) |
__delitem__(PseudoDict self, std::map< std::string,boost::any >::key_type const & key)
def enigma.PseudoDict.__getitem__ | ( | self, | |
key | |||
) |
__getitem__(PseudoDict self, std::map< std::string,boost::any >::key_type const & key) -> std::map< std::string,boost::any >::mapped_type const &
def enigma.PseudoDict.__iter__ | ( | self | ) |
def enigma.PseudoDict.__iter__ | ( | self | ) |
def enigma.PseudoDict.__len__ | ( | self | ) |
__len__(PseudoDict self) -> std::map< std::string,boost::any >::size_type
def enigma.PseudoDict.__nonzero__ | ( | self | ) |
__nonzero__(PseudoDict self) -> bool
def enigma.PseudoDict.__setitem__ | ( | self, | |
* | args | ||
) |
__setitem__(PseudoDict self, std::map< std::string,boost::any >::key_type const & key) __setitem__(PseudoDict self, std::map< std::string,boost::any >::key_type const & key, std::map< std::string,boost::any >::mapped_type const & x)
def enigma.PseudoDict.asdict | ( | self | ) |
asdict(PseudoDict self) -> PyObject *
def enigma.PseudoDict.begin | ( | self | ) |
begin(PseudoDict self) -> std::map< std::string,boost::any >::iterator
def enigma.PseudoDict.clear | ( | self | ) |
clear(PseudoDict self)
def enigma.PseudoDict.count | ( | self, | |
x | |||
) |
count(PseudoDict self, std::map< std::string,boost::any >::key_type const & x) -> std::map< std::string,boost::any >::size_type
def enigma.PseudoDict.empty | ( | self | ) |
empty(PseudoDict self) -> bool
def enigma.PseudoDict.end | ( | self | ) |
end(PseudoDict self) -> std::map< std::string,boost::any >::iterator
def enigma.PseudoDict.erase | ( | self, | |
* | args | ||
) |
erase(PseudoDict self, std::map< std::string,boost::any >::key_type const & x) -> std::map< std::string,boost::any >::size_type erase(PseudoDict self, std::map< std::string,boost::any >::iterator position) erase(PseudoDict self, std::map< std::string,boost::any >::iterator first, std::map< std::string,boost::any >::iterator last)
def enigma.PseudoDict.find | ( | self, | |
x | |||
) |
find(PseudoDict self, std::map< std::string,boost::any >::key_type const & x) -> std::map< std::string,boost::any >::iterator
def enigma.PseudoDict.get | ( | self, | |
key, | |||
default = None |
|||
) |
def enigma.PseudoDict.get_allocator | ( | self | ) |
get_allocator(PseudoDict self) -> std::map< std::string,boost::any >::allocator_type
def enigma.PseudoDict.has_key | ( | self, | |
key | |||
) |
has_key(PseudoDict self, std::map< std::string,boost::any >::key_type const & key) -> bool
def enigma.PseudoDict.items | ( | self | ) |
items(PseudoDict self) -> PyObject *
def enigma.PseudoDict.iterator | ( | self | ) |
iterator(PseudoDict self) -> SwigPyIterator
def enigma.PseudoDict.iteritems | ( | self | ) |
def enigma.PseudoDict.iterkeys | ( | self | ) |
def enigma.PseudoDict.itervalues | ( | self | ) |
def enigma.PseudoDict.key_iterator | ( | self | ) |
key_iterator(PseudoDict self) -> SwigPyIterator
def enigma.PseudoDict.keys | ( | self | ) |
keys(PseudoDict self) -> PyObject *
def enigma.PseudoDict.lower_bound | ( | self, | |
x | |||
) |
lower_bound(PseudoDict self, std::map< std::string,boost::any >::key_type const & x) -> std::map< std::string,boost::any >::iterator
def enigma.PseudoDict.rbegin | ( | self | ) |
rbegin(PseudoDict self) -> std::map< std::string,boost::any >::reverse_iterator
def enigma.PseudoDict.rend | ( | self | ) |
rend(PseudoDict self) -> std::map< std::string,boost::any >::reverse_iterator
def enigma.PseudoDict.size | ( | self | ) |
size(PseudoDict self) -> std::map< std::string,boost::any >::size_type
def enigma.PseudoDict.swap | ( | self, | |
v | |||
) |
swap(PseudoDict self, PseudoDict v)
def enigma.PseudoDict.upper_bound | ( | self, | |
x | |||
) |
upper_bound(PseudoDict self, std::map< std::string,boost::any >::key_type const & x) -> std::map< std::string,boost::any >::iterator
def enigma.PseudoDict.value_iterator | ( | self | ) |
value_iterator(PseudoDict self) -> SwigPyIterator
def enigma.PseudoDict.values | ( | self | ) |
values(PseudoDict self) -> PyObject *
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |