concepts.dsl.dsl_functions.OverloadedFunctionResolution#
- class OverloadedFunctionResolution[source]#
Bases:
object
The data structure for storing the result of resolving an overloaded function.
Methods
Attributes
The index of the function type that matches the expected signature.
The function type that matches the expected signature.
The resolved arguments.
- __init__(type_index, ftype, arguments)#
- Parameters:
type_index (int)
ftype (FunctionType)
- Return type:
None
- __new__(**kwargs)#
- ftype: FunctionType#
The function type that matches the expected signature.