utils.locate_object
def locate_object(path: str) -> typing.AnyDynamically locates and returns an object by its fully qualified name.
Parameters
| Name | Type | Description |
|---|---|---|
| name | The fully qualified name of the object to locate. |
Returns
typing.Any — The located object.
Raises
- ImportError — If the object cannot be located.
Source: laco/utils.py:99