mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
Forgot to include the test for #884.
This commit is contained in:
10
test/completion/import_tree/classes.py
Normal file
10
test/completion/import_tree/classes.py
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
blub = 1
|
||||||
|
|
||||||
|
class Config2():
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
class BaseClass():
|
||||||
|
mode = Config2()
|
||||||
|
if isinstance(whaat, int):
|
||||||
|
mode2 = whaat
|
||||||
Reference in New Issue
Block a user