forked from VimPlug/jedi
Remove special objects, they are no longer needed
This commit is contained in:
@@ -21,10 +21,6 @@ def get_compiled_method_return(evaluator, id, attribute, *args, **kwargs):
|
||||
return getattr(handle.access, attribute)(*args, **kwargs)
|
||||
|
||||
|
||||
def get_special_object(evaluator, identifier):
|
||||
return access.get_special_object(evaluator, identifier)
|
||||
|
||||
|
||||
def create_simple_object(evaluator, obj):
|
||||
return access.create_access_path(evaluator, obj)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user