class documentation

Subclass docstring.

Class T Undocumented
Class Method cls_method2 Undocumented
Static Method static_method2 Undocumented
Method f Method docstring of C.f.
Method g Undocumented

Inherited from C:

Class S Undocumented
Class Method cls_method Undocumented
Static Method static_method Undocumented
Method h Method docstring.
Instance Variable notreally even a field!
@classmethod
def cls_method2(cls): (source)

Undocumented

def static_method2(): (source)

Undocumented

def f(self): (source)
overrides basic.mod.C.f

Method docstring of C.f.

def g(self): (source)

Undocumented