read_results# pharmpy.tools.read_results(path)[source]# Read results object from file Parameters: path (str, Path) – Path to results file Returns: Results – Results object for tool Examples >>> from pharmpy.tools import read_results >>> res = read_results("results.json") See also create_results