Classes
Inject
Inject class.
Injectable
Injectable decorator.
Bases: object
object
name (str) –
Get the name.
A str value.
str
Resolve a dependency by type.
type – The type of the dependency.
type_ (type[~V]) –
The dependency value.
V
Resolve a dependency by name.
name (str) – The name of the dependency.
container (Container) – The container that contains the dependency.
Any