Home
last modified time | relevance | path

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

/external/libchrome/third_party/jinja2/
Ddebug.py318 class _PyObject(ctypes.Structure): class
327 class _PyObject(ctypes.Structure): class
/external/python/cpython3/Objects/
Dobmalloc.c209 static PyMemAllocatorEx _PyObject = PYDBGOBJ_ALLOC; variable
213 static PyMemAllocatorEx _PyObject = PYOBJ_ALLOC; variable