mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Update injections module API docs
This commit is contained in:
parent
b5ea234701
commit
f3538955c8
|
@ -138,6 +138,12 @@ def inject(*args, **kwargs):
|
|||
def __init__(self, arg1, arg2):
|
||||
pass
|
||||
|
||||
:param args: Tuple of context positional arguments.
|
||||
:type args: tuple[object]
|
||||
|
||||
:param kwargs: Dictionary of context keyword arguments.
|
||||
:type kwargs: dict[str, object]
|
||||
|
||||
:return: Class / callable decorator
|
||||
:rtype: (callable) -> (type | callable)
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user