mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-27 18:32:18 +08:00
make docstrings ready for sphinx
This commit is contained in:
@@ -8,7 +8,7 @@ search functions `get_names_for_scope` and `get_scopes_for_name`. At the end
|
||||
there are the `follow_` functions, which evaluate a statement, or parts of a
|
||||
statement.
|
||||
|
||||
TODO nonlocal statement, needed or can be ignored? (py3k)
|
||||
.. todo:: nonlocal statement, needed or can be ignored? (py3k)
|
||||
"""
|
||||
from _compatibility import next, property, hasattr, is_py3k, use_metaclass, \
|
||||
unicode
|
||||
|
||||
Reference in New Issue
Block a user