mahautils.utils#
Utilities to support other code in the MahaUtils package
The mahautils.utils module provides utility functions and other
general-purpose code applicable to a variety of MahaUtils modules.
Dictionary Objects#
The classes below are customized versions of Python’s built-in dict
object and can be used to store data in a similar key-value format.

|
Customized Python dictionary |