PlasmaCalcs.plasma_calculator
File Purpose: The main calculator class, for hookups to inherit from.
Subclassing order recommendation:
put the PlasmaCalculator class LAST in the order, to ensure methods from subclass are used.
E.g. class HookupCalculator(FooLoader, BarLoader, QuuxHaver, PlasmaCalculator).
Classes
|
|
|
|
|
|
|
|
|
|
|