def make_file_info_from_path()

in tools/ci_build/get_docker_image.py [0:0]


def make_file_info_from_path(file_path: str):
    return FileInfo(file_path, os.stat(file_path).st_mode)