concepts.dsl.dsl_functions.FunctionResolvedFromRecord#

class FunctionResolvedFromRecord[source]#

Bases: object

FunctionResolvedFromRecord(function: Callable, ftype_index: Union[int, Tuple[int, …]])

Methods

Attributes

__init__(function, ftype_index)#
Parameters:
Return type:

None

__new__(**kwargs)#
ftype_index: int | Tuple[int, ...]#
function: Callable#