MCPcopy Index your code
hub / github.com/python/cpython / io.py

File io.py

Lib/io.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""The io module provides the Python interfaces to stream handling. The
2builtin open function is defined in this module.
3
4At the top of the I/O hierarchy is the abstract base class IOBase. It

Callers

nothing calls this directly

Calls 1

registerMethod · 0.45

Tested by

no test coverage detected