1
0
forked from VimPlug/jedi

The interpreter is not using the fast parser anymore.

This commit is contained in:
Dave Halter
2015-02-05 00:27:37 +01:00
parent dce952aec6
commit 3a4235eb33
3 changed files with 18 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ The easiest way to play with this module is to use :class:`parsing.Parser`.
>>> parser = Parser(load_grammar(), u('import os'), 'example.py')
>>> submodule = parser.module
>>> submodule
<SubModule: example.py@1-2>
<SubModule: example.py@1-1>
Any subclasses of :class:`Scope`, including :class:`SubModule` has an attribute
:attr:`imports <Scope.imports>`: