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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
abstract.c 120 ro = PyObject_CallFunctionObjArgs(hintmeth, NULL);
760 result = PyObject_CallFunctionObjArgs(bound_method,
812 result = PyObject_CallFunctionObjArgs(format_method,
838 result = PyObject_CallFunctionObjArgs(method, format_spec, NULL);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
abstract.c 120 ro = PyObject_CallFunctionObjArgs(hintmeth, NULL);
760 result = PyObject_CallFunctionObjArgs(bound_method,
812 result = PyObject_CallFunctionObjArgs(format_method,
838 result = PyObject_CallFunctionObjArgs(method, format_spec, NULL);
    [all...]

Completed in 154 milliseconds