mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-54167 Add import statement for class when using completion in
__all__ GitOrigin-RevId: 4e1d20097eb50c0eb94120a39bc4519de121c4e5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
91bddd1e62
commit
bf249aef42
@@ -0,0 +1,3 @@
|
||||
__all__ = ['MyClass']
|
||||
|
||||
from mod import MyClass
|
||||
@@ -0,0 +1 @@
|
||||
__all__ = ['MyC<caret>']
|
||||
@@ -0,0 +1 @@
|
||||
class MyClass: ...
|
||||
Reference in New Issue
Block a user