injector/docs/api.rst

18 lines
435 B
ReStructuredText
Raw Normal View History

2013-09-19 22:53:24 +00:00
Injector API reference
======================
2013-09-19 23:51:39 +00:00
.. note::
2013-09-19 22:53:24 +00:00
2013-09-19 23:51:39 +00:00
Unless specified otherwise, instance methods are **not** thread safe.
2013-09-19 22:53:24 +00:00
2013-09-19 23:51:39 +00:00
The following functions are thread safe:
* :meth:`Injector.get`
* injection provided by :func:`inject` decorator (please note, however, that it doesn't say anything about decorated function thread safety)
2013-09-19 22:53:24 +00:00
.. automodule:: injector
:members:
:undoc-members:
:show-inheritance: