injector/docs/api.rst

16 lines
424 B
ReStructuredText
Raw Normal View History

2013-09-19 22:53:24 +00:00
Injector API reference
======================
.. notice:: Unless specified otherwise, instance methods are **not** thread safe.
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)
.. automodule:: injector
:members:
:undoc-members:
:show-inheritance: