mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-11 06:21:57 +08:00
re-sort io classes into _io (#12755)
This version keeps it simple and clean: No changes to class bodies. The only changes here are moving between files and updating the naming and inheritance. Related to #3968 and split from #12740.
This commit is contained in:
@@ -60,6 +60,17 @@ io.FileIO.seek
|
||||
io.StringIO.seek
|
||||
io.StringIO.truncate
|
||||
io.TextIOWrapper.truncate
|
||||
_io.BufferedRandom.truncate
|
||||
_io.BufferedReader.seek
|
||||
_io.BufferedReader.truncate
|
||||
_io.BufferedWriter.seek
|
||||
_io.BufferedWriter.truncate
|
||||
_io.BytesIO.readlines
|
||||
_io.BytesIO.seek # Parameter name for a positional-only param differs from its name in the inherited method
|
||||
_io.FileIO.seek
|
||||
_io.StringIO.seek
|
||||
_io.StringIO.truncate
|
||||
_io.TextIOWrapper.truncate
|
||||
ipaddress.IPv4Interface.hostmask
|
||||
ipaddress.IPv6Interface.hostmask
|
||||
ipaddress._BaseNetwork.broadcast_address
|
||||
|
||||
Reference in New Issue
Block a user