mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-16 09:11:59 +08:00
as_context caching
This commit is contained in:
@@ -225,7 +225,7 @@ class ClassMixin(object):
|
||||
init_funcs = self.py__call__().py__getattribute__('__init__')
|
||||
return [sig.bind(self) for sig in init_funcs.get_signatures()]
|
||||
|
||||
def as_context(self):
|
||||
def _as_context(self):
|
||||
return ClassContext(self)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user