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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 124 this type. The Py_DECREF() macro uses the tp_dealloc method without
331 destructor tp_dealloc; member in struct:_typeobject
762 (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
779 * and tp_dealloc implementatons.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 124 this type. The Py_DECREF() macro uses the tp_dealloc method without
331 destructor tp_dealloc; member in struct:_typeobject
762 (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
779 * and tp_dealloc implementatons.
    [all...]

Completed in 175 milliseconds