mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-17 23:47:59 +08:00
A move function for Nodes.
This commit is contained in:
@@ -39,6 +39,7 @@ class ModuleNotFound(Exception):
|
||||
|
||||
|
||||
class ImportWrapper():
|
||||
GlobalNamespace = 'TODO PLEASE DELETE ME'
|
||||
def __init__(self, evaluator, name):
|
||||
self._evaluator = evaluator
|
||||
self._name = name
|
||||
|
||||
Reference in New Issue
Block a user