Searched refs:SelfMode (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Tools/bgen/bgen/ |
D | bgenGenerator.py | 149 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)
|
D | bgenVariable.py | 13 SelfMode = 4+InMode # this is 'self' -- don't declare it variable 45 elif self.flags != SelfMode:
|
/external/python/cpython2/Mac/Modules/te/ |
D | tesupport.py | 86 self.itself = Variable(t0, "_self->ob_itself", SelfMode)
|
/external/python/cpython2/Mac/Modules/list/ |
D | listsupport.py | 74 self.itself = Variable(t0, "_self->ob_itself", SelfMode)
|
/external/python/cpython2/Mac/Modules/cf/ |
D | cfsupport.py | 37 self.itself = Variable(t1, "_self->ob_itself", SelfMode)
|
/external/python/cpython2/Mac/Modules/file/ |
D | filesupport.py | 799 self.itself = Variable(t0, "_self->ob_itself", SelfMode)
|