Helper modules
edPDB.utilities – Helper functions and classes
The module defines some convenience functions and classes that are
used in other modules
Functions
Functions that improve list processing and which do not treat
strings as lists:
-
edPDB.utilities.iterable(obj)
- Returns True if obj can be iterated over and is not a string.
-
edPDB.utilities.asiterable(obj)
- Returns obj so that it can be iterated over; a string is not treated as iterable
Configure logging for edPDB analysis.
Import this module if logging is desired in application code.