module

utils

module laco.utils

Members

function

  • apply_recursiveApply func recursively to all DictConfig in cfg.
  • as_omegadict
  • check_lazyCheck if an object is a lazy call to a target callable.
  • check_syntaxValidate the syntax of a Python-based configuration file.
  • generate_pathInverse of ``locate()``. Generates the fully qualified name of an object. Handles cases where the object is not directly importable, e.g. due to nested classes or private modules.
  • locate_objectDynamically locates and returns an object by its fully qualified name.

Source: laco/utils.py:1

ops