mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
instance and execution classes added
This commit is contained in:
@@ -178,6 +178,7 @@ def complete(source, row, column, file_callback=None):
|
||||
column = 17
|
||||
|
||||
row = 140
|
||||
row = 144
|
||||
column = 200
|
||||
f = File(source=source, row=row)
|
||||
scope = f.parser.user_scope
|
||||
|
||||
Reference in New Issue
Block a user