djai.util package¶
DjAI Utilities.
- djai.util.dir_path_with_end_slash(path: str) str [source]¶
Add an ending slash to a directory path if necessary.
- djai.util.full_qual_name(obj: Any) str [source]¶
full.module.path.and.object.name to fully identify an object.
- djai.util.import_obj(module_and_qualname: str) Any [source]¶
Import an objects by its full.module.path.and.object.name string.