Base Module¶
This module contains base classes and common functions.
Note
To access the classes and functions in this module, you need to extend the lib by importing pylam.base.
Contents
Helper Functions¶
base.zeroTable |
Creates a table containing zeros, like numpy.zeros(). |