Searched refs:InOutMode (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Tools/bgen/bgen/ |
D | bgenGenerator.py | 163 if arg.mode in (InMode, InOutMode): 165 if arg.mode in (InOutMode, OutMode): 199 if arg.mode in (InMode, InOutMode): 208 if arg.mode in (InMode, InOutMode): 271 if arg.mode in (OutMode, InOutMode): 293 (double, 'y', InOutMode),
|
D | bgenVariable.py | 7 InOutMode = 3 # input-output argument variable 86 if self.mode in (OutMode, InOutMode):
|
/external/python/cpython2/Mac/Modules/qd/ |
D | qdedit.py | 36 (Rect, 'r', InOutMode), 43 (Rect, 'r', InOutMode),
|