mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
Underscored objects in stubs are not public and should never be listed
This commit is contained in:
@@ -71,6 +71,11 @@ if os.path.isfile():
|
||||
#? ['abspath']
|
||||
fails = os.path.abspath
|
||||
|
||||
# The type vars and other underscored things from typeshed should not be
|
||||
# findable.
|
||||
#?
|
||||
os._T
|
||||
|
||||
|
||||
with open('foo') as f:
|
||||
for line in f.readlines():
|
||||
|
||||
Reference in New Issue
Block a user