Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | Names
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
__instance_size__ = 40
|
Properties | |
Inherited from |
Method Details |
__contains__( (Names)arg1, (object)arg2) -> bool : C++ signature : bool __contains__(std::vector<std::string, std::allocator<std::string> > {lvalue},_object*) |
__delitem__( (Names)arg1, (object)arg2) -> None : C++ signature : void __delitem__(std::vector<std::string, std::allocator<std::string> > {lvalue},_object*) |
__getitem__( (object)arg1, (object)arg2) -> object : C++ signature : boost::python::api::object __getitem__(boost::python::back_reference<std::vector<std::string, std::allocator<std::string> >&>,_object*) |
__init__( (object)arg1) -> None : C++ signature : void __init__(_object*)
|
__iter__( (object)arg1) -> object : C++ signature : boost::python::objects::iterator_range<boost::python::return_value_policy<boost::python::return_by_value, boost::python::default_call_policies>, __gnu_cxx::__normal_iterator<std::string*, std::vector<std::string, std::allocator<std::string> > > > __iter__(boost::python::back_reference<std::vector<std::string, std::allocator<std::string> >&>) |
__len__( (Names)arg1) -> int : C++ signature : unsigned long __len__(std::vector<std::string, std::allocator<std::string> > {lvalue}) |
helper for pickle
|
__setitem__( (Names)arg1, (object)arg2, (object)arg3) -> None : C++ signature : void __setitem__(std::vector<std::string, std::allocator<std::string> > {lvalue},_object*,_object*) |
append( (Names)arg1, (object)arg2) -> None : C++ signature : void append(std::vector<std::string, std::allocator<std::string> > {lvalue},boost::python::api::object) |
extend( (Names)arg1, (object)arg2) -> None : C++ signature : void extend(std::vector<std::string, std::allocator<std::string> > {lvalue},boost::python::api::object) |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 24 13:21:24 2012 | http://epydoc.sourceforge.net |