forked from VimPlug/jedi
Documentation: add thread safety warning in API
This commit is contained in:
@@ -5,6 +5,8 @@ use its methods.
|
|||||||
Additionally you can add a debug function with :func:`set_debug_function` and
|
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
|
catch :exc:`NotFoundError` which is being raised if your completion is not
|
||||||
possible.
|
possible.
|
||||||
|
|
||||||
|
.. warning:: Please, note that Jedi is **not thread safe**.
|
||||||
"""
|
"""
|
||||||
from __future__ import with_statement
|
from __future__ import with_statement
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user