HomeSort by relevance Sort by last modified time
    Searched defs:PyFunction_New (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
funcobject.c 10 PyFunction_New(PyObject *code, PyObject *globals)
426 newfunc = (PyFunctionObject *)PyFunction_New((PyObject *)code,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
funcobject.c 10 PyFunction_New(PyObject *code, PyObject *globals)
426 newfunc = (PyFunctionObject *)PyFunction_New((PyObject *)code,
  /external/python/cpython2/Objects/
funcobject.c 10 PyFunction_New(PyObject *code, PyObject *globals)
424 newfunc = (PyFunctionObject *)PyFunction_New((PyObject *)code,
  /external/python/cpython3/Objects/
funcobject.c 69 PyFunction_New(PyObject *code, PyObject *globals)
500 newfunc = (PyFunctionObject *)PyFunction_New((PyObject *)code,

Completed in 231 milliseconds