ArgumentSignature
Defines an argument signature for a C-level caller
Properties and Methods
__init__(self, *args, return_type=None):
args
:Iterable[tuple]
the set of argument types to be passed into the caller
build_argument(self, argtup, which=None):
Converts an argument tuple into an Argument object
argtup
:Any
No description…
:returns
:_
No description…
@property
args(self):
@property
return_type(self):
Examples
Edit Examples or
Create New Examples
Edit Template or
Create New Template
Edit Docstrings