dgs.utils.loader¶
Utility functions for loading instances.
This module does not provide functionality for loading Modules.
Module Functions
|
|
|
Given the name of an instance and the dict containing a mapping from name to class, get the class. |
|
Get the names of all classes registered in a given module. |
|
Get the class types of all classes registered in a given module. |
|
|
|
Given an instance with a name, add it to the available instances. |