FFIArgument

An argument spec for data to be passed to an FFIMethod

 

__init__(self, name=None, dtype=None, shape=None, container_type=None, value=None): 

 

@classmethod
infer_dtype(cls, dtype): 

 

@classmethod
infer_ctype(cls, container_type): 

 

@classmethod
from_arg_sig(cls, arg): 

 

__repr__(self): 

 

cast(self, val): 
  • val: Any
  • :returns: _

Feedback

Examples

Templates

Documentation