HomeSort by relevance Sort by last modified time
    Searched refs:TP_DEALLOC (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
slots.py 14 Slot("tp_dealloc", "destructor"),
61 TP_DEALLOC = Slots[4]
bases.py 167 self.__slots[TP_DEALLOC] = "%s_dealloc" % self.name
202 p(template.dealloc_func, {"name" : self.__slots[TP_DEALLOC]})
  /external/python/cpython2/Tools/framer/framer/
slots.py 14 Slot("tp_dealloc", "destructor"),
61 TP_DEALLOC = Slots[4]
bases.py 167 self.__slots[TP_DEALLOC] = "%s_dealloc" % self.name
202 p(template.dealloc_func, {"name" : self.__slots[TP_DEALLOC]})

Completed in 308 milliseconds