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): 

 

infer_dtype(dtype): 

 

infer_ctype(container_type): 

 

from_arg_sig(arg): 

 

__repr__(self): 

 

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

Feedback

Examples

Templates

Documentation