Package rosetta :: Package core :: Package environment :: Module _core_environment_ :: Class LocalPosition
[hide private]
[frames] | no frames]

Class LocalPosition

 object --+    
          |    
??.instance --+
              |
             LocalPosition

core/environment/LocalPosition.hh:35

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
__str__(...)
__str__( (LocalPosition)arg1) -> object :
 
label(...)
label( (LocalPosition)arg1) -> str : core/environment/LocalPosition.hh:44
 
position(...)
position( (LocalPosition)arg1) -> int : core/environment/LocalPosition.hh:46

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]
  __instance_size__ = 32
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (LocalPosition)) -> None :
    core/environment/LocalPosition.hh:35

    C++ signature :
        void __init__(_object*,core::environment::LocalPosition)

__init__( (object)arg1, (str)comma_deliniated) -> None :
    core/environment/LocalPosition.hh:40

    C++ signature :
        void __init__(_object*,std::string)

__init__( (object)arg1, (str), (int)) -> None :
    core/environment/LocalPosition.hh:42

    C++ signature :
        void __init__(_object*,std::string,unsigned long)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__str__(...)
(Informal representation operator)

 

__str__( (LocalPosition)arg1) -> object :

    C++ signature :
        _object* __str__(core::environment::LocalPosition {lvalue})

Overrides: object.__str__

label(...)

 

label( (LocalPosition)arg1) -> str :
    core/environment/LocalPosition.hh:44

    C++ signature :
        std::string label(core::environment::LocalPosition {lvalue})

position(...)

 

position( (LocalPosition)arg1) -> int :
    core/environment/LocalPosition.hh:46

    C++ signature :
        unsigned long position(core::environment::LocalPosition {lvalue})