class documentation

class SClass: (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method get_method_by_signature return the SClass based on the method signature
Method get_methods return the list of SMethods declared in the class
def __init__(self): (source)

Undocumented

def get_method_by_signature(self, method_sig): (source)

return the SClass based on the method signature

def get_methods(self): (source)

return the list of SMethods declared in the class