From 7d8c1e88105a3fccbc997df4b6ba9a5db313357f Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Wed, 2 Jul 2014 12:46:57 +0200 Subject: [PATCH] pre-alpha notice in static analysis API --- jedi/__main__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jedi/__main__.py b/jedi/__main__.py index 584adbf4..9996281d 100644 --- a/jedi/__main__.py +++ b/jedi/__main__.py @@ -7,6 +7,10 @@ if len(argv) == 2 and argv[1] == 'repl': # something else. So just use the keyword ``repl`` for now. print(join(dirname(abspath(__file__)), 'api', 'replstartup.py')) 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 sys