mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-16 13:34:56 +08:00
params of methods are now better handled, this is the first version, which i think would be useful for usage
This commit is contained in:
@@ -9,6 +9,6 @@ functions.modules.module_find_path.insert(0, '.')
|
||||
with open('test.py') as f:
|
||||
code = f.read()
|
||||
for i in range(1):
|
||||
completions = functions.complete(code, 50, 20)
|
||||
completions = functions.complete(code, 50, 200)
|
||||
|
||||
print '\n', [c.names for c in completions]
|
||||
print '\n', [c.names[-1] for c in completions]
|
||||
|
||||
Reference in New Issue
Block a user