mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-12 19:41:40 +08:00
additional documentation, affects #28
This commit is contained in:
@@ -7,4 +7,10 @@ sys.path.insert(0, __path__[0])
|
||||
from .api import Script, NotFoundError, set_debug_function
|
||||
from . import settings
|
||||
|
||||
from . import api
|
||||
|
||||
__doc__ = api.__doc__
|
||||
|
||||
del api
|
||||
|
||||
sys.path.pop(0)
|
||||
|
||||
Reference in New Issue
Block a user