-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
inital work on opening up entrypoints and areas for dynamic loading o…
…f backends and behavior
- Loading branch information
Showing
10 changed files
with
484 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
from .selection import BACKEND_ACCESSOR_MAP | ||
from .selection import backend_decoder | ||
from .selection import backend_from_heuristics | ||
from .selection import is_local_backend | ||
from .selection import backend_opts_from_heuristics | ||
from .selection import parse_user_backend_opts | ||
|
||
__all__ = [ | ||
'BACKEND_ACCESSOR_MAP', 'backend_decoder', 'backend_from_heuristics', | ||
'is_local_backend', 'backend_opts_from_heuristics', 'parse_user_backend_opts' | ||
'BACKEND_ACCESSOR_MAP', 'backend_decoder', 'is_local_backend', | ||
'backend_opts_from_heuristics', 'parse_user_backend_opts' | ||
] |
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
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
Oops, something went wrong.