1
0
forked from VimPlug/jedi

basic caching of fast_parser modules.

This commit is contained in:
David Halter
2012-12-17 01:27:15 +01:00
parent c1d442fa17
commit 8bbd2108bd
2 changed files with 27 additions and 8 deletions
+3
View File
@@ -1234,6 +1234,9 @@ class PyFuzzyParser(object):
# because of `self.module.used_names`.
d.parent = self.module
self.start_pos = self.module.start_pos
self.end_pos = self.module.start_pos
def __repr__(self):
return "<%s: %s>" % (type(self).__name__, self.module)