Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dio.py55 open, open_code, FileIO, BytesIO, StringIO, BufferedReader,
Drunpy.py237 with io.open_code(decoded_path) as f:
241 with io.open_code(decoded_path) as f:
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.py354 fp = _io.open_code(archive)
536 with _io.open_code(archive) as fp:
Dsite.py160 f = io.TextIOWrapper(io.open_code(fullname))
D_pyio.py278 open_code = io.open_code variable
280 open_code = _open_code_with_warning variable
Dpdb.py1570 with io.open_code(filename) as fp:
/external/python/cpython3/Doc/c-api/
Dfile.rst65 Overrides the normal behavior of :func:`io.open_code` to pass its parameter
/external/python/cpython3/Lib/test/
Dtest_fileio.py585 with _io.open_code(__file__) as f:
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py979 with _io.open_code(str(path)) as file:
/external/python/cpython3/Doc/library/
Dio.rst130 .. function:: open_code(path)
139 :class:`str` and an absolute path, ``open_code(path)`` should always behave
/external/python/cpython3/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.
/external/python/cpython2/Tools/scripts/
Dtexi2html.py790 def open_code(self): self.write('<CODE>') member in TexinfoParser
/external/python/cpython3/Tools/scripts/
Dtexi2html.py790 def open_code(self): self.write('<CODE>') member in TexinfoParser