mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-03 10:43:26 +08:00
temporary conversion of the imports module to separate import processing from actually importing things
This commit is contained in:
@@ -51,7 +51,7 @@ SCOPE_CONTENTS = 'asserts', 'subscopes', 'imports', 'statements', 'returns'
|
||||
|
||||
class GetCodeState(object):
|
||||
"""A helper class for passing the state of get_code in a thread-safe
|
||||
manner"""
|
||||
manner."""
|
||||
__slots__ = ("last_pos",)
|
||||
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user