Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/bgen/bgen/
DbgenGenerator.py149 if arg.flags == ErrorMode or arg.flags == SelfMode:
197 if arg.flags == SelfMode:
206 if arg.flags == SelfMode:
284 self.itself = Variable(t0, "_self->ob_itself", SelfMode)
DbgenVariable.py13 SelfMode = 4+InMode # this is 'self' -- don't declare it variable
45 elif self.flags != SelfMode:
/external/python/cpython2/Mac/Modules/te/
Dtesupport.py86 self.itself = Variable(t0, "_self->ob_itself", SelfMode)
/external/python/cpython2/Mac/Modules/list/
Dlistsupport.py74 self.itself = Variable(t0, "_self->ob_itself", SelfMode)
/external/python/cpython2/Mac/Modules/cf/
Dcfsupport.py37 self.itself = Variable(t1, "_self->ob_itself", SelfMode)
/external/python/cpython2/Mac/Modules/file/
Dfilesupport.py799 self.itself = Variable(t0, "_self->ob_itself", SelfMode)