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

  /external/chromium_org/third_party/cython/src/Cython/Utility/
ObjectHandling.c 837 PyObject *pargs = PyTuple_Pack(2, name, bases); local
838 if (unlikely(!pargs)) {
842 ns = PyObject_Call(prep, pargs, mkw);
844 Py_DECREF(pargs);
    [all...]
  /external/lldb/source/Interpreter/
ScriptInterpreterPython.cpp 810 PyObject *pargs = Py_BuildValue("(Os)",script_interpreter_dict,command); local
    [all...]

Completed in 220 milliseconds