Searched refs:open_code (Results 1 – 15 of 15) sorted by relevance
| /third_party/python/Lib/ |
| D | runpy.py | 237 with io.open_code(decoded_path) as f: 241 with io.open_code(decoded_path) as f:
|
| D | io.py | 55 open, open_code, FileIO, BytesIO, StringIO, BufferedReader,
|
| D | modulefinder.py | 92 file = io.open_code(file_path) 159 with io.open_code(pathname) as fp: 166 with io.open_code(pathname) as fp:
|
| D | zipimport.py | 404 fp = _io.open_code(archive) 586 with _io.open_code(archive) as fp:
|
| D | site.py | 175 f = io.TextIOWrapper(io.open_code(fullname), encoding="locale")
|
| D | _pyio.py | 309 open_code = io.open_code variable 311 open_code = _open_code_with_warning variable
|
| D | pdb.py | 1580 with io.open_code(filename) as fp:
|
| /third_party/python/Doc/c-api/ |
| D | file.rst | 65 Overrides the normal behavior of :func:`io.open_code` to pass its parameter
|
| /third_party/python/Lib/test/ |
| D | test_fileio.py | 587 with _io.open_code(__file__) as f:
|
| /third_party/python/Lib/importlib/ |
| D | _bootstrap_external.py | 1073 with _io.open_code(str(path)) as file:
|
| /third_party/python/Misc/NEWS.d/ |
| D | 3.9.0a6.rst | 516 Ensure :mod:`modulefinder` uses :func:`io.open_code` and respects coding
|
| D | 3.9.0a1.rst | 7 :mod:`runpy` now uses :meth:`io.open_code` to open code files. Patch by 113 :func:`io.open_code` is now used when reading :file:`.pth` files. 1119 :mod:`pdb` now uses :meth:`io.open_code` to trigger auditing events.
|
| D | 3.8.0b1.rst | 323 Implement PEP 578, adding sys.audit, io.open_code and related APIs.
|
| /third_party/python/Doc/library/ |
| D | io.rst | 180 .. function:: open_code(path) 189 :class:`str` and an absolute path, ``open_code(path)`` should always behave
|
| /third_party/python/Tools/scripts/ |
| D | texi2html.py | 790 def open_code(self): self.write('<CODE>') member in TexinfoParser
|