-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING_CHANGE: move execute_{sync,async} methods to SolvedDependent (…
…#91) There are backwards compatibility shims on Container.execute_{sync,async} so this should, in theory, not break any code, but it is nontheless a pretty large API change. This is (hopefully, time permitting) going to be a part of a larger effort to simplify the APIs and implementation of this library.
- Loading branch information
Showing
44 changed files
with
766 additions
and
846 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
from di._container import Container, ScopeState, SolvedDependent, bind_by_type | ||
|
||
__all__ = ("Container", "SolvedDependent", "bind_by_type", "ScopeState") |
Oops, something went wrong.