class documentation

class SModule: (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method get_class_by_name return the SClass based on the given class name
Method get_classes return the list of SClasses declared in the module
def __init__(self): (source)

Undocumented

def get_class_by_name(self, class_name): (source)

return the SClass based on the given class name

def get_classes(self): (source)

return the list of SClasses declared in the module