Home
last modified time | relevance | path

Searched refs:_PyObject (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/jinja2/
Ddebug.py283 class _PyObject(ctypes.Structure): class
285 _PyObject._fields_ = [
287 ('ob_type', ctypes.POINTER(_PyObject))
292 class _PyObject(ctypes.Structure): class
294 _PyObject._fields_ = [
295 ('_ob_next', ctypes.POINTER(_PyObject)),
296 ('_ob_prev', ctypes.POINTER(_PyObject)),
298 ('ob_type', ctypes.POINTER(_PyObject))
301 class _Traceback(_PyObject):
305 ('tb_frame', ctypes.POINTER(_PyObject)),