mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Use Generator instead of Iterator for 3rd-party context managers (#12481)
This commit is contained in:
@@ -5,7 +5,7 @@ WHEEL_NAME: Incomplete
|
||||
NAMESPACE_PACKAGE_INIT: str
|
||||
|
||||
def unpack(src_dir, dst_dir) -> None: ...
|
||||
def disable_info_traces() -> Generator[None, None, None]: ...
|
||||
def disable_info_traces() -> Generator[None]: ...
|
||||
|
||||
class Wheel:
|
||||
filename: Incomplete
|
||||
|
||||
Reference in New Issue
Block a user