mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 10:37:52 +08:00
The BUILTINS special object is no longer used
This commit is contained in:
@@ -444,7 +444,6 @@ class _SPECIAL_OBJECTS(object):
|
||||
FUNCTION_CLASS = types.FunctionType
|
||||
BOUND_METHOD_CLASS = type(DirectObjectAccess(None, None).py__bool__)
|
||||
MODULE_CLASS = types.ModuleType
|
||||
BUILTINS = builtins
|
||||
|
||||
|
||||
def get_special_object(evaluator, identifier):
|
||||
|
||||
Reference in New Issue
Block a user