1
0
forked from VimPlug/jedi

final import renamings for the new parser package

This commit is contained in:
David Halter
2013-09-06 01:27:07 +04:30
parent 3e217a8270
commit 9eca33f55c
4 changed files with 7 additions and 6 deletions

View File

@@ -125,7 +125,7 @@ def get_names_of_scope(scope, position=None, star_search=True,
This function is used to include names from outer scopes. For example,
when the current scope is function:
>>> from jedi.parsing import Parser
>>> from jedi.parser import Parser
>>> parser = Parser('''
... x = ['a', 'b', 'c']
... def func():