/external/python/cpython2/Mac/Modules/file/ |
D | filesupport.py | 494 def __init__(self, name, prefix, itselftype): argument 495 ObjectDefinition.__init__(self, name, prefix, itselftype) 506 self.objecttype, self.itselftype) 549 def __init__(self, name, prefix, itselftype): argument 550 ObjectDefinition.__init__(self, name, prefix, itselftype) 561 self.objecttype, self.itselftype) 565 Output("%s *itself = NULL;", self.itselftype) 571 self.objecttype, self.itselftype) 585 def __init__(self, name, prefix, itselftype): argument 586 ObjectDefinition.__init__(self, name, prefix, itselftype) [all …]
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | bgenObjectDefinition.py | 12 def __init__(self, name, prefix, itselftype): argument 24 self.itselftype = itselftype 33 g.setselftype(self.objecttype, self.itselftype) 97 Output("%s ob_itself;", self.itselftype) 102 self.argconst, self.itselftype, self.argref) 123 self.itselftype) 421 Output("%s itself;", self.itselftype); 474 def __init__(self, name, prefix = None, itselftype = None): argument 475 ObjectDefinition.__init__(self, name, prefix or name, itselftype or name)
|
D | bgenGenerator.py | 107 def setselftype(self, selftype, itselftype): argument 109 self.itselftype = itselftype 121 self.itselftype = None # Type of _self->ob_itself, if defined 133 def setselftype(self, selftype, itselftype): argument 135 self.itselftype = itselftype
|
/external/python/cpython2/Mac/Modules/dlg/ |
D | dlgsupport.py | 194 def __init__(self, name, prefix = None, itselftype = None): argument 195 GlobalObjectDefinition.__init__(self, name, prefix, itselftype)
|
/external/python/cpython2/Mac/Modules/res/ |
D | ressupport.py | 158 Output("void (*ob_freeit)(%s ptr);", self.itselftype) 182 Output("%s itself;", self.itselftype);
|
/external/python/cpython2/Mac/Modules/ae/ |
D | aesupport.py | 195 def __init__(self, name, prefix = None, itselftype = None): argument 196 GlobalObjectDefinition.__init__(self, name, prefix or name, itselftype or name)
|
/external/python/cpython2/Mac/Modules/carbonevt/ |
D | CarbonEvtsupport.py | 188 Output("%s ob_itself;", self.itselftype)
|
/external/python/cpython2/Mac/Modules/win/ |
D | winsupport.py | 122 Output("void (*ob_freeit)(%s ptr);", self.itselftype)
|
/external/python/cpython2/Mac/Modules/snd/ |
D | sndsupport.py | 277 … Output("%sint %s_Convert(PyObject *v, %s *p_itself)", self.static, self.prefix, self.itselftype)
|
/external/python/cpython2/Mac/Modules/qd/ |
D | qdsupport.py | 240 Output("%s ob_itself;", self.itselftype)
|
/external/python/cpython2/Mac/Modules/cf/ |
D | cfsupport.py | 315 Output("%s itself;", self.itselftype)
|