1
0
forked from VimPlug/jedi

BoundMethods now have access to the function that they are using

This commit is contained in:
Dave Halter
2018-08-03 00:15:11 +02:00
parent e576457a43
commit f25310e0b9
5 changed files with 72 additions and 66 deletions
+1
View File
@@ -1,6 +1,7 @@
from jedi.evaluate.base_context import ContextSet, NO_CONTEXTS
from jedi.common.utils import monkeypatch
class AbstractLazyContext(object):
def __init__(self, data):
self.data = data