mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
@@ -59,28 +59,6 @@ importlib.abc.Loader.exec_module # See Lib/importlib/_abc.py. Might be defined
|
||||
importlib.abc.MetaPathFinder.find_spec # Not defined on the actual class, but expected to exist.
|
||||
importlib.abc.PathEntryFinder.find_spec # Not defined on the actual class, but expected to exist.
|
||||
importlib.machinery.ExtensionFileLoader.get_filename # Wrapped with _check_name decorator which changes runtime signature
|
||||
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
|
||||
_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._BaseAddress.is_global
|
||||
|
||||
Reference in New Issue
Block a user