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.

Helper Functions

base.zeroTable Creates a table containing zeros, like numpy.zeros().
pylam.base.zeroTable(ncols, nrows, props=None)[source]

Creates a table containing zeros, like numpy.zeros().

Parameters:
  • ncols (int) – number of columns
  • nrows (int) – number of rows
  • props (list) – list of properties as strings
Returns:

Table object

Return type:

Table