mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-11 06:22:21 +08:00
Get rid of py__getattribute__ overriding that wasn't needed
This commit is contained in:
@@ -210,7 +210,6 @@ def iterate_contexts(contexts, contextualized_node=None, is_async=False):
|
||||
|
||||
|
||||
class _ContextWrapperBase(HelperContextMixin):
|
||||
py__getattribute__ = Context.py__getattribute__
|
||||
predefined_names = {}
|
||||
|
||||
@safe_property
|
||||
|
||||
Reference in New Issue
Block a user