Source code for pharmpy.symbols

import sympy


[docs]def symbol(name): return sympy.Symbol(name)