mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 03:41:28 +08:00
These methods are required on IOBase-derived classes, even if they are not a formal part of the protocol. For more information, see https://docs.python.org/3/library/io.html#io.IOBase. Closes: #4906 Co-authored-by: Akuli <akuviljanen17@gmail.com>