mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-17 19:15:55 +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
|
FUNCTION_CLASS = types.FunctionType
|
||||||
BOUND_METHOD_CLASS = type(DirectObjectAccess(None, None).py__bool__)
|
BOUND_METHOD_CLASS = type(DirectObjectAccess(None, None).py__bool__)
|
||||||
MODULE_CLASS = types.ModuleType
|
MODULE_CLASS = types.ModuleType
|
||||||
BUILTINS = builtins
|
|
||||||
|
|
||||||
|
|
||||||
def get_special_object(evaluator, identifier):
|
def get_special_object(evaluator, identifier):
|
||||||
|
|||||||
Reference in New Issue
Block a user