mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +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
|
||||
__all__ = ['Script', 'NotFoundError', 'set_debug_function']
|
||||
|
||||
Reference in New Issue
Block a user