find_config_in_dir# find_config_in_dir(dir_path: Path) → Generator[Path, None, None][source]# Find the config file inside of dir dir_path. Parameters: dir_path (Path) – Directory path to look for a config file. Yields: Path