Searched refs:PyObject_Call (Results 1 - 25 of 37) sorted by relevance

12

/external/python/cpython2/Launcher/
H A Dlauncher_internal.cpp62 result = PyObject_Call(runmodule, runargs, NULL);
/external/python/cpython2/Objects/
H A Diterobject.c181 result = PyObject_Call(it->it_callable, args, NULL);
H A Dtypeobject.c1283 retval = PyObject_Call(func, args, NULL);
1323 retval = PyObject_Call(func, args, NULL);
5103 retval = PyObject_Call(func, args, NULL);
5189 res = PyObject_Call(func, args, NULL);
5282 PyObject *temp = PyObject_Call(func, args, NULL);
5421 res = PyObject_Call(func, args, NULL);
5546 res = PyObject_Call(meth, args, kwds);
5687 res = PyObject_Call(func, args, NULL);
5727 res = PyObject_Call(func, args, NULL);
5806 res = PyObject_Call(met
[all...]
H A Dabstract.c2539 PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw) function
2552 "NULL result without error in PyObject_Call");
2579 retval = PyObject_Call(callable, args, NULL);
2752 tmp = PyObject_Call(callable, args, NULL);
2774 tmp = PyObject_Call(callable, args, NULL);
/external/python/cpython3/Modules/
H A D_functoolsmodule.c185 ret = PyObject_Call(pto->fn, argappl, kwappl);
770 PyObject *result = PyObject_Call(self->func, args, kwds);
801 result = PyObject_Call(self->func, args, kwds);
862 result = PyObject_Call(self->func, args, kwds);
H A Datexitmodule.c89 r = PyObject_Call(cb->func, cb->args, cb->kwargs);
H A D_posixsubprocess.c475 result = PyObject_Call(preexec_fn, preexec_fn_args_tuple, NULL);
H A D_lsprof.c123 PyObject *o = PyObject_Call(pObj->externalTimer, empty_tuple, NULL);
H A Dmain.c213 result = PyObject_Call(runmodule, runargs, NULL);
/external/python/cpython2/Modules/
H A D_functoolsmodule.c197 ret = PyObject_Call(pto->fn, argappl, kwappl);
H A Dmain.c192 result = PyObject_Call(runmodule, runargs, NULL);
H A DcPickle.c511 junk = PyObject_Call(self->write, self->arg, NULL);
687 str = PyObject_Call(self->read, self->arg, NULL);
2062 PyObject_Call(getinitargs_func, empty_tuple, NULL)))
2124 state = PyObject_Call(getstate_func, empty_tuple, NULL);
2329 pid = PyObject_Call(f, self->arg, NULL);
2761 t = PyObject_Call(__reduce__, self->arg, NULL);
2779 t = PyObject_Call(__reduce__,
2793 t = PyObject_Call(__reduce__,
4095 pid = PyObject_Call(self->pers_func, self->arg,
4132 pid = PyObject_Call(sel
[all...]
H A D_lsprof.c133 PyObject *o = PyObject_Call(pObj->externalTimer, empty_tuple, NULL);
H A D_csv.c527 dialect = PyObject_Call((PyObject *)&Dialect_Type, ctor_args, kwargs);
H A Doperator.c851 result = PyObject_Call(method, mc->args, mc->kwds);
/external/python/cpython2/Modules/_sqlite/
H A Dmodule.c74 result = PyObject_Call(factory, args, kwargs);
/external/python/cpython3/Modules/_sqlite/
H A Dmodule.c81 result = PyObject_Call(factory, args, kwargs);
/external/python/cpython3/Python/
H A Derrors.c62 return PyObject_Call(exception, value, NULL);
559 v = PyObject_Call(exc, args, NULL);
664 v = PyObject_Call(exc, args, NULL);
/external/python/cpython2/Include/
H A Dabstract.h304 PyAPI_FUNC(PyObject *) PyObject_Call(PyObject *callable_object,
/external/python/cpython3/Objects/
H A Dclassobject.c499 return PyObject_Call(PyMethod_GET_FUNCTION(self), arg, kw);
/external/protobuf/python/google/protobuf/pyext/
H A Drepeated_composite_container.cc367 if (PyObject_Call(m.get(), args, kwds) == NULL)
H A Drepeated_scalar_container.cc629 ScopedPyObjectPtr res(PyObject_Call(m.get(), args, kwds));
/external/python/cpython2/Python/
H A Dbltinmodule.c309 good = PyObject_Call(func, arg, NULL);
1505 return PyObject_Call((PyObject*)&PyFile_Type, args, kwds);
2131 return PyObject_Call(functools_reduce, args, NULL);
2256 v = PyObject_Call(callable, newargs, kwds);
H A Dceval.c4042 result = PyObject_Call(func, args, NULL);
4221 result = PyObject_Call(func, arg, kw);
4569 result = PyObject_Call(func, callargs, kwdict);
4666 result = PyObject_Call(func, callargs, kwdict);
/external/python/cpython3/Include/
H A Dabstract.h268 PyAPI_FUNC(PyObject *) PyObject_Call(PyObject *callable_object,

Completed in 458 milliseconds

12