mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 14:01:55 +08:00
Add __all__ to modules beginning with 'j', 'k' and 'l' (#7328)
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
import sys
|
||||
from typing import Any, Protocol
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
__all__ = ["getline", "clearcache", "checkcache", "lazycache"]
|
||||
else:
|
||||
__all__ = ["getline", "clearcache", "checkcache"]
|
||||
|
||||
_ModuleGlobals = dict[str, Any]
|
||||
_ModuleMetadata = tuple[int, float, list[str], str]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user