parse_class_init

lib.logger.parse_class_init(locals_dict: dict[str, Any]) str

Parse a locals dict from a class and return in a format suitable for logging :param locals_dict: A locals() dictionary from a newly initialized class

Return type:

The locals information suitable for logging

Parameters:

locals_dict (dict[str, Any])