mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-25 13:16:42 +08:00
REPL completion is working again partially. There's some progress at least.
This commit is contained in:
@@ -34,6 +34,7 @@ def test_builtin_details():
|
||||
var = get_completion('variable', locals())
|
||||
f = get_completion('func', locals())
|
||||
m = get_completion('keyword', locals())
|
||||
print(cls._definition.type)
|
||||
assert cls.type == 'class'
|
||||
assert var.type == 'instance'
|
||||
assert f.type == 'function'
|
||||
|
||||
Reference in New Issue
Block a user