Searched defs:ConfigHandler (Results 1 – 1 of 1) sorted by relevance
111 def configuration_to_dict(handlers: Tuple["ConfigHandler", ...]) -> dict:172 class ConfigHandler(Generic[Target]): class