mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Add __all__ to most modules beginning with 'n', 'o' and 'p' (#7345)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import sys
|
||||
from collections.abc import Sequence
|
||||
|
||||
__all__ = ["readmodule", "readmodule_ex", "Class", "Function"]
|
||||
|
||||
class Class:
|
||||
module: str
|
||||
name: str
|
||||
|
||||
Reference in New Issue
Block a user