mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Update README.md
This commit is contained in:
parent
ccf3e01a46
commit
a4746b7f7f
10
README.md
10
README.md
|
@ -70,13 +70,3 @@ assert a1 is not a2
|
|||
assert b1 is not b2
|
||||
assert a1.db is a2.db is b1.db is b2.db is Catalog.database()
|
||||
```
|
||||
|
||||
More examples:
|
||||
|
||||
- [Callable provider.](examples/callable_provider.py)
|
||||
- [Config provider.](examples/config_provider.py)
|
||||
- [Delegate.](examples/delegate.py)
|
||||
- [External dependency.](examples/external_dependency.py)
|
||||
- [Scoped provider.](examples/scoped_provider.py)
|
||||
- [Overrides.](examples/overrides.py)
|
||||
- [Usage.](examples/usage.py)
|
||||
|
|
Loading…
Reference in New Issue
Block a user