Home
last modified time | relevance | path

Searched refs:OSErrType (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Tools/bgen/bgen/
Dmacsupport.py106 class OSErrType(Type): class
110 OSErr = OSErrType("OSErr", 'h')
111 OSStatus = OSErrType("OSStatus", 'l')
173 if self.returntype.__class__ == OSErrType:
/external/python/cpython2/Mac/Modules/osa/
Dosasupport.py45 OSAError = OSErrType("OSAError", "l")
/external/python/cpython2/Mac/Modules/qdoffs/
Dqdoffssupport.py34 QDErr = OSErrType("QDErr", 'h')
/external/python/cpython2/Mac/Modules/res/
Dressupport.py11 if self.returntype.__class__ != OSErrType:
/external/python/cpython2/Mac/Modules/mlte/
Dmltesupport.py111 TXNErrors = OSErrType("TXNErrors", "l")