mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-17 13:59:37 +08:00
__import__ is not being supported by jedi
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ they are on my todo list):
|
|||||||
It does not support (and most probably will not in future versions):
|
It does not support (and most probably will not in future versions):
|
||||||
|
|
||||||
- metaclasses (how could an auto-completion ever support this)
|
- metaclasses (how could an auto-completion ever support this)
|
||||||
- ``setattr()``
|
- ``setattr()``, ``__import__()``
|
||||||
- Writing to some dicts: ``globals()``, ``locals()``, ``object.__dict__``
|
- Writing to some dicts: ``globals()``, ``locals()``, ``object.__dict__``
|
||||||
- evaluate ``if`` / ``while``
|
- evaluate ``if`` / ``while``
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user