pyPRISM.core.Table module

class pyPRISM.core.Table.Table[source]

Bases: object

Baseclass used to define tables of parameters

Note

This class should not be used/instatiated directly. It is only intended to be inherited.

listify(values)[source]

Helper fuction that converts any input into a list of inputs.

The purpose of this function is to help with iterating over types, and to handle the case of a single str type being passed.