class documentation

class CallConvHelper(object):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method default_reven_type Undocumented
Method params_targets Undocumented
Method return_target Undocumented
Method type_to_reven_type Undocumented
Method _basic_reven_type Undocumented
Instance Variable _callconv Undocumented
Instance Variable _typedefs Undocumented
def __init__(self, callconv, typedefs):

Undocumented

Parameters
callconv:AnyCallConvTypeUndocumented
typedefs:AnyBasicTypesDefTypeUndocumented
def default_reven_type(self):

Undocumented

Returns
reven_types.TypeUndocumented
def params_targets(self, parameters):

Undocumented

Parameters
parameters:_Iterable[_Parameter]Undocumented
Returns
_Iterator[_AnyChunkType]Undocumented
def return_target(self, return_type):

Undocumented

Parameters
return_type:_TypeUndocumented
Returns
_AnyChunkTypeUndocumented
def type_to_reven_type(self, param_type):

Undocumented

Parameters
param_type:_TypeUndocumented
Returns
_Optional[reven_types.Type]Undocumented
def _basic_reven_type(self, param_type):

Undocumented

Parameters
param_type:_TypeUndocumented
Returns
reven_types.TypeUndocumented
_callconv =

Undocumented

_typedefs =

Undocumented