SYMBOL INDEX (14 symbols across 1 files) FILE: tools/FetchMacOS/fetch-macos.py class ClientMeta (line 22) | class ClientMeta: class Filesystem (line 29) | class Filesystem: method download_file (line 31) | def download_file(url, size, path): method check_directory (line 44) | def check_directory(path): method fetch_plist (line 52) | def fetch_plist(url): method parse_plist (line 59) | def parse_plist(catalog_data): class SoftwareService (line 66) | class SoftwareService: method __init__ (line 83) | def __init__(self, version, catalog_id): method getcatalog (line 88) | def getcatalog(self): method getosinstall (line 92) | def getosinstall(self): class MacOSProduct (line 113) | class MacOSProduct: method __init__ (line 114) | def __init__(self, catalog, product_id): method fetchpackages (line 120) | def fetchpackages(self, path, keyword=None): function fetchmacos (line 136) | def fetchmacos(output_dir="BaseSystem/", catalog_version="10.15", catalo...