Searched refs:openrf (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/plat-mac/ |
D | macostools.py | 16 openrf = MacOS.openrf variable 19 openrf = open variable 106 ifp = openrf(src, '*rb') 107 ofp = openrf(dst, '*wb')
|
D | applesingle.py | 14 def openrf(path, mode): member in MacOS 16 openrf = classmethod(openrf) variable in MacOS 103 fp = MacOS.openrf(path, '*wb')
|
/external/python/cpython2/Lib/test/ |
D | test_macostools.py | 23 rfp = MacOS.openrf(test_support.TESTFN, '*wb') 40 rfp = MacOS.openrf(test_support.TESTFN, '*rb') 43 rfp = MacOS.openrf(TESTFN2, '*rb')
|
D | test_macos.py | 69 rfp = MacOS.openrf(test_support.TESTFN, '*wb') 79 rfp = MacOS.openrf(test_support.TESTFN, '*rb')
|
D | test_applesingle.py | 43 fp = MacOS.openrf(TESTFN2, '*rb')
|
/external/python/cpython2/Lib/ |
D | binhex.py | 50 from MacOS import openrf 59 fp = openrf(name, '*rb') 69 return openrf(name, mode)
|
/external/python/cpython2/Doc/library/ |
D | macos.rst | 99 .. function:: openrf(name [, mode])
|