read_model#

pharmpy.modeling.read_model(path)[source]#

Read model from file

Parameters:

path (str or Path) – Path to model

Returns:

Model – Read model object

Example

>>> from pharmpy.modeling import read_model
>>> model = read_model("/home/run1.mod")    

See also

read_model_from_database

Read model from database

read_model_from_string

Read model from string