forked from VimPlug/jedi
The interpreter is not using the fast parser anymore.
This commit is contained in:
@@ -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>`:
|
||||
|
||||
Reference in New Issue
Block a user