Statement#

class pharmpy.model.Statement[source]#

Bases: Immutable

Abstract base class for all types of statements

Attributes Summary

free_symbols

rhs_symbols

Methods Summary

subs(substitutions)

Attributes Documentation

free_symbols#
rhs_symbols#

Methods Documentation

abstract subs(substitutions)[source]#