class documentation

class FunctionApi:

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_argtypes​_string Undocumented
Method array​_api​_define Undocumented
Method define​_from​_array​_api​_string Undocumented
Method internal​_define Undocumented
Instance Variable annotations Undocumented
Instance Variable api​_name Undocumented
Instance Variable args Undocumented
Instance Variable index Undocumented
Instance Variable name Undocumented
Instance Variable return​_type Undocumented
def __init__(self, name, index, annotations, return_type, args, api_name):

Undocumented

def _argtypes_string(self):

Undocumented

def array_api_define(self):

Undocumented

def define_from_array_api_string(self):

Undocumented

def internal_define(self):

Undocumented

annotations =

Undocumented

api_name =

Undocumented

args =

Undocumented

index =

Undocumented

name =

Undocumented

return_type =

Undocumented