class documentation

class Function:

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __str__ Undocumented
Method ​_format​_arg Undocumented
Method api​_hash Undocumented
Method to_​Re​ST Undocumented
Instance Variable args Undocumented
Instance Variable doc Undocumented
Instance Variable name Undocumented
Instance Variable return​_type Undocumented
def __init__(self, name, return_type, args, doc=''):

Undocumented

def __str__(self):

Undocumented

def _format_arg(self, typename, name):

Undocumented

def api_hash(self):

Undocumented

def to_ReST(self):

Undocumented

args =

Undocumented

doc =

Undocumented

name =

Undocumented

return_type =

Undocumented