class documentation

class OverloadedFunc(Sequence): (source)

View In Hierarchy

Class that represents @overload decorated FunctionDef. Contains list of overloaded function

Method __init__ Undocumented
Method get_return_type Undocumented
Instance Variable name Undocumented
def __init__(self, lineno, col_offset, parent, first_func): (source)

Undocumented

def get_return_type(self, *args, context): (source)

Undocumented

name = (source)

Undocumented