March 2003
Intermediate to advanced
656 pages
39h 30m
English
PyEval_CallObject
PyObject* PyEval_CallObject(PyObject*x,PyObject*args)
Calls callable Python object x with the
positional arguments held in tuple args.
Returns the call’s result, like
Python’s return
x
(*
args
).
Read now
Unlock full access