Handbook
Glossary
call-object-full ( obj args kwargs -- value )
Vocabulary
python
.
objects
Inputs
obj
an
object
args
an
object
kwargs
an
object
Outputs
value
an
object
Definition
USING:
python.errors
python.ffi
;
IN:
python.objects
:
call-object-full
( obj args kwargs -- value )
PyObject_Call
check-new-ref
;