mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Fix some issues with signature matching
This commit is contained in:
@@ -72,7 +72,7 @@ if os.path.isfile():
|
||||
|
||||
with open('foo') as f:
|
||||
for line in f.readlines():
|
||||
#? str()
|
||||
#? str() bytes()
|
||||
line
|
||||
# -----------------
|
||||
# enumerate
|
||||
|
||||
Reference in New Issue
Block a user