Home
last modified time | relevance | path

Searched refs:_PyObject_FastCall (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Include/cpython/
H A Dabstract.h92 PyAPI_FUNC(PyObject *) _PyObject_FastCall(
/third_party/python/Modules/
H A D_elementtree.c893 return _PyObject_FastCall(st->deepcopy_obj, stack, 2); in deepcopy()
2856 pi = _PyObject_FastCall(self->pi_factory, stack, 2); in treebuilder_handle_pi()
3412 res = _PyObject_FastCall(self->handle_start_ns, stack, 2); in expat_start_ns_handler()
3581 res = _PyObject_FastCall(self->handle_pi, stack, 2); in expat_pi_handler()
H A D_functoolsmodule.c618 res = _PyObject_FastCall(compare, stack, 2); in keyobject_richcompare()
H A D_testcapimodule.c5262 return _PyObject_FastCall(func, stack, nargs); in test_pyobject_fastcall()
/third_party/python/Parser/
H A Dpegen.c479 id2 = _PyObject_FastCall(p->normalize, args, 2); in _PyPegen_new_identifier()
/third_party/python/Objects/
H A Dcall.c305 _PyObject_FastCall(PyObject *func, PyObject *const *args, Py_ssize_t nargs) in _PyObject_FastCall() function
H A Dtypeobject.c8620 PyObject *super = _PyObject_FastCall((PyObject *)&PySuper_Type, args, 2); in type_new_init_subclass()
/third_party/python/Python/
H A Dpythonrun.c826 result = _PyObject_FastCall(hook, stack, 3); in _PyErr_PrintEx()
H A Dceval.c7445 res = _PyObject_FastCall(import_func, stack, 5);

Completed in 42 milliseconds