HomeSort by relevance Sort by last modified time
    Searched refs:_PyObject_FastCallDict (Results 1 - 10 of 10) sorted by null

  /external/python/cpython3/Include/
abstract.h 318 PyAPI_FUNC(PyObject *) _PyObject_FastCallDict(PyObject *func,
344 _PyObject_FastCallDict((func), (args), (nargs), NULL)
    [all...]
  /external/python/cpython3/Objects/
descrobject.c 246 result = _PyObject_FastCallDict(func, stack, argc - 1, kwds);
294 result = _PyObject_FastCallDict(func, stack, argc - 1, kwds);
334 result = _PyObject_FastCallDict(func, stack, argc - 1, kwds);
    [all...]
abstract.c     [all...]
typeobject.c     [all...]
  /external/python/cpython3/Python/
bltinmodule.c 161 ns = _PyObject_FastCallDict(prep, pargs, 2, mkw);
175 cls = _PyObject_FastCallDict(meta, margs, 3, mkw);
    [all...]
errors.c 782 error = _PyObject_FastCallDict(exception, &msg, 1, kwargs);
ceval.c     [all...]
  /external/python/cpython3/Modules/
_csv.c 523 return _PyObject_FastCallDict(type, &dialect_inst, 1, kwargs);
526 return _PyObject_FastCallDict(type, NULL, 0, kwargs);
    [all...]
_functoolsmodule.c 182 ret = _PyObject_FastCallDict(pto->fn, stack, nargs, kwappl);
    [all...]
_operator.c     [all...]

Completed in 139 milliseconds