HomeSort by relevance Sort by last modified time
    Searched full:from_pyobject_ptr (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
test_libpython_in_gdb.py 48 return libpython.PyObjectPtr.from_pyobject_ptr(self.get_pyobject(code))
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py 228 return PyObjectPtr.from_pyobject_ptr(self.field(name))
400 def from_pyobject_ptr(cls, gdbval): member in class:PyObjectPtr
510 return PyObjectPtr.from_pyobject_ptr(dictptr.dereference())
681 pyop_value = PyObjectPtr.from_pyobject_ptr(ep['me_value'])
683 pyop_key = PyObjectPtr.from_pyobject_ptr(ep['me_key'])
776 result = [PyObjectPtr.from_pyobject_ptr(self[i]).proxyval(visited)
791 element = PyObjectPtr.from_pyobject_ptr(self[i])
871 self.co = PyCodeObjectPtr.from_pyobject_ptr(self.field('f_code'))
878 self.co_varnames = PyTupleObjectPtr.from_pyobject_ptr(self.co.field('co_varnames'))
890 pyop_value = PyObjectPtr.from_pyobject_ptr(f_localsplus[i]
    [all...]
libcython.py 368 pyobject_dict = libpython.PyObjectPtr.from_pyobject_ptr(remote_dict)
    [all...]

Completed in 112 milliseconds