Package mapnik :: Module _mapnik :: Class Names

Class Names

 object --+    
          |    
??.instance --+
              |
             Names

Instance Methods
 
__contains__(...)
__contains__( (Names)arg1, (object)arg2) -> bool :
 
__delitem__(...)
__delitem__( (Names)arg1, (object)arg2) -> None :
 
__getitem__(...)
__getitem__( (object)arg1, (object)arg2) -> object :
 
__init__(...)
__init__( (object)arg1) -> None :
 
__iter__(...)
__iter__( (object)arg1) -> object :
 
__len__(...)
__len__( (Names)arg1) -> int :
 
__reduce__(...)
helper for pickle
 
__setitem__(...)
__setitem__( (Names)arg1, (object)arg2, (object)arg3) -> None :
 
append(...)
append( (Names)arg1, (object)arg2) -> None :
 
extend(...)
extend( (Names)arg1, (object)arg2) -> None :

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  __instance_size__ = 40
Properties

Inherited from object: __class__

Method Details

__contains__(...)
(In operator)

 

__contains__( (Names)arg1, (object)arg2) -> bool :

    C++ signature :
        bool __contains__(std::vector<std::string, std::allocator<std::string> > {lvalue},_object*)

__delitem__(...)
(Index deletion operator)

 

__delitem__( (Names)arg1, (object)arg2) -> None :

    C++ signature :
        void __delitem__(std::vector<std::string, std::allocator<std::string> > {lvalue},_object*)

__getitem__(...)
(Indexing operator)

 

__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__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__

__iter__(...)

 

__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__(...)
(Length operator)

 

__len__( (Names)arg1) -> int :

    C++ signature :
        unsigned long __len__(std::vector<std::string, std::allocator<std::string> > {lvalue})

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__setitem__(...)
(Index assignment operator)

 

__setitem__( (Names)arg1, (object)arg2, (object)arg3) -> None :

    C++ signature :
        void __setitem__(std::vector<std::string, std::allocator<std::string> > {lvalue},_object*,_object*)

append(...)

 

append( (Names)arg1, (object)arg2) -> None :

    C++ signature :
        void append(std::vector<std::string, std::allocator<std::string> > {lvalue},boost::python::api::object)

extend(...)

 

extend( (Names)arg1, (object)arg2) -> None :

    C++ signature :
        void extend(std::vector<std::string, std::allocator<std::string> > {lvalue},boost::python::api::object)