mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-08 22:33:15 +03:00
Update docblocks of factory provider examples
This commit is contained in:
parent
520945483f
commit
c5b4b7b772
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
|
@ -1,4 +1,4 @@
|
|||
"""`Factory` providers example."""
|
||||
"""`Factory` provider example."""
|
||||
|
||||
from dependency_injector import providers
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"""`Factory` providers delegation example."""
|
||||
"""`Factory` provider delegation example."""
|
||||
|
||||
from typing import Callable, List
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"""`Factory` providers init injections example."""
|
||||
"""`Factory` provider init injections example."""
|
||||
|
||||
from dependency_injector import providers
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"""`Factory` providers - building a complex object graph with deep init injections example."""
|
||||
"""`Factory` provider - passing injections to the underlying providers example."""
|
||||
|
||||
from dependency_injector import providers
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user