Package mapnik :: Module _mapnik :: Class MapnikProperties

Class MapnikProperties

 object --+    
          |    
??.instance --+
              |
             MapnikProperties

Retarded.

Instance Methods
 
__init__(...)
__init__( (object)arg1) -> None :
 
__iter__(...)
__iter__( (object)arg1) -> object :
 
__reduce__(...)
helper for pickle

Inherited from unreachable.instance: __new__

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

Class Variables
  __instance_size__ = 64
Properties

Inherited from object: __class__

Method Details

__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>, std::_Rb_tree_const_iterator<std::pair<std::string const, mapnik::value> > > __iter__(boost::python::back_reference<std::map<std::string, mapnik::value, std::less<std::string>, std::allocator<std::pair<std::string const, mapnik::value> > > const&>)

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)