mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add __all__ to most modules beginning with 'n', 'o' and 'p' (#7345)
This commit is contained in:
@@ -2,5 +2,7 @@ import sys
|
||||
|
||||
if sys.platform == "win32":
|
||||
from ntpath import *
|
||||
from ntpath import __all__ as __all__
|
||||
else:
|
||||
from posixpath import *
|
||||
from posixpath import __all__ as __all__
|
||||
|
||||
Reference in New Issue
Block a user