forked from VimPlug/jedi
Fix the merge issues. Now async stuff should at least partially work
This commit is contained in:
@@ -453,6 +453,8 @@ class _SPECIAL_OBJECTS(object):
|
||||
MODULE_CLASS = types.ModuleType
|
||||
GENERATOR_OBJECT = _a_generator(1.0)
|
||||
BUILTINS = builtins
|
||||
COROUTINE_TYPE = getattr(types, 'CoroutineType', None)
|
||||
ASYNC_GENERATOR_TYPE = getattr(types, 'AsyncGeneratorType', None)
|
||||
|
||||
|
||||
def get_special_object(evaluator, identifier):
|
||||
|
||||
Reference in New Issue
Block a user