Package mapnik :: Module _mapnik :: Class StyleRange

Class StyleRange

 object --+    
          |    
??.instance --+
              |
             StyleRange

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__ = 48
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>, boost::transform_iterator<extract_style, std::_Rb_tree_const_iterator<std::pair<std::string const, mapnik::feature_type_style> >, boost::use_default, boost::use_default> > __iter__(boost::python::back_reference<std::pair<boost::transform_iterator<extract_style, std::_Rb_tree_const_iterator<std::pair<std::string const, mapnik::feature_type_style> >, boost::use_default, boost::use_default>, boost::transform_iterator<extract_style, std::_Rb_tree_const_iterator<std::pair<std::string const, mapnik::feature_type_style> >, boost::use_default, boost::use_default> >&>)

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)