helperFunctions.virtual_file_path module

helperFunctions.virtual_file_path.get_paths_for_all_parents(vfp_dict)

Get a combined list of all paths in all parents (without duplicates) :param vfp_dict: A vfp dict (typically found in FileObject.virtual_file_path)

Parameters:

vfp_dict (dict[str, list[str]]) –

Return type:

list[str]

helperFunctions.virtual_file_path.get_some_vfp(vfp_dict)

Just get some random virtual file path.

Parameters:

vfp_dict (dict[str, list[str]]) –

Return type:

str | None