1
0
forked from VimPlug/jedi

Documentation: add thread safety warning in API

This commit is contained in:
ColinDuquesnoy
2013-10-31 16:26:49 +01:00
parent b6c30b542a
commit 1fccefab5a

View File

@@ -5,6 +5,8 @@ use its methods.
Additionally you can add a debug function with :func:`set_debug_function` and
catch :exc:`NotFoundError` which is being raised if your completion is not
possible.
.. warning:: Please, note that Jedi is **not thread safe**.
"""
from __future__ import with_statement