mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-13 10:08:27 +08:00
1d9da4ed33
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>