jobman.utils package¶
Submodules¶
jobman.utils.config_utils module¶
jobman.utils.debug_utils module¶
jobman.utils.dot_spec_loader module¶
Utilities for loading values from python dot specs paths.
-
class
jobman.utils.dot_spec_loader.
DotSpecLoader
[source]¶ Bases:
object
-
classmethod
load_from_dot_spec
(dot_spec=None)[source]¶ Parameters: dot_spec (str) – dot_spec should be a period-separated path, like a python module path. A dot_spec can two parts separated by a ‘:’. In this case the first part of the path will be interpreted as a module path, and the second part of the path will be interpreted as the dot_path to a member of that module.
-
classmethod