mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
add an api docstring again
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
"""
|
"""
|
||||||
TODO doc
|
The api basically only provides one class. You can create a ``Script`` and use
|
||||||
|
it's complete/goto/etc functions. Additionally you can add a debug function
|
||||||
|
with ``set_debug_function`` and catch ``NotFoundError``, which is being raised
|
||||||
|
if your completion is impossible.
|
||||||
"""
|
"""
|
||||||
from __future__ import with_statement
|
from __future__ import with_statement
|
||||||
__all__ = ['Script', 'NotFoundError', 'set_debug_function']
|
__all__ = ['Script', 'NotFoundError', 'set_debug_function']
|
||||||
|
|||||||
Reference in New Issue
Block a user