Home
last modified time | relevance | path

Searched refs:open_code (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Lib/
Drunpy.py237 with io.open_code(decoded_path) as f:
241 with io.open_code(decoded_path) as f:
Dio.py55 open, open_code, FileIO, BytesIO, StringIO, BufferedReader,
Dmodulefinder.py92 file = io.open_code(file_path)
159 with io.open_code(pathname) as fp:
166 with io.open_code(pathname) as fp:
Dzipimport.py404 fp = _io.open_code(archive)
586 with _io.open_code(archive) as fp:
Dsite.py175 f = io.TextIOWrapper(io.open_code(fullname), encoding="locale")
D_pyio.py309 open_code = io.open_code variable
311 open_code = _open_code_with_warning variable
Dpdb.py1580 with io.open_code(filename) as fp:
/third_party/python/Doc/c-api/
Dfile.rst65 Overrides the normal behavior of :func:`io.open_code` to pass its parameter
/third_party/python/Lib/test/
Dtest_fileio.py587 with _io.open_code(__file__) as f:
/third_party/python/Lib/importlib/
D_bootstrap_external.py1073 with _io.open_code(str(path)) as file:
/third_party/python/Misc/NEWS.d/
D3.9.0a6.rst516 Ensure :mod:`modulefinder` uses :func:`io.open_code` and respects coding
D3.9.0a1.rst7 :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.
D3.8.0b1.rst323 Implement PEP 578, adding sys.audit, io.open_code and related APIs.
/third_party/python/Doc/library/
Dio.rst180 .. function:: open_code(path)
189 :class:`str` and an absolute path, ``open_code(path)`` should always behave
/third_party/python/Tools/scripts/
Dtexi2html.py790 def open_code(self): self.write('<CODE>') member in TexinfoParser