Package rosetta :: Package core :: Module _core_ :: Class pair_Real_string
[hide private]
[frames] | no frames]

Class pair_Real_string

 object --+    
          |    
??.instance --+
              |
             pair_Real_string

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
__str__(...)
__str__( (pair_Real_string)arg1) -> str :

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]
  first
  second

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (float)__a, (str)__b) -> None :

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

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__str__(...)
(Informal representation operator)

 

__str__( (pair_Real_string)arg1) -> str :

    C++ signature :
        std::string __str__(std::pair<double, std::string>)

Overrides: object.__str__

Property Details [hide private]

first

Get Method:
unreachable(...)
Set Method:
unreachable(...)

second

Get Method:
unreachable(...)
Set Method:
unreachable(...)