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