mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-17 13:59:37 +08:00
pre-alpha notice in static analysis API
This commit is contained in:
@@ -7,6 +7,10 @@ if len(argv) == 2 and argv[1] == 'repl':
|
|||||||
# something else. So just use the keyword ``repl`` for now.
|
# something else. So just use the keyword ``repl`` for now.
|
||||||
print(join(dirname(abspath(__file__)), 'api', 'replstartup.py'))
|
print(join(dirname(abspath(__file__)), 'api', 'replstartup.py'))
|
||||||
elif len(argv) > 1 and argv[1] == 'force':
|
elif len(argv) > 1 and argv[1] == 'force':
|
||||||
|
"""
|
||||||
|
This is a pre-alpha API. You're not supposed to use it at all, except for
|
||||||
|
testing. It will very likely change.
|
||||||
|
"""
|
||||||
import jedi
|
import jedi
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user