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

Class DemoDerived

 object --+        
          |        
??.instance --+    
              |    
       DemoBase --+
                  |
                 DemoDerived

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
testMethod(...)
testMethod( (DemoDerived)arg1) -> str :

Inherited from DemoBase: __reduce__

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]

Inherited from DemoBase: __instance_size__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__

testMethod(...)

 

testMethod( (DemoDerived)arg1) -> str :

    C++ signature :
        std::string testMethod(DemoDerived {lvalue})

Overrides: DemoBase.testMethod