Common Functions

common.Enum(*names)
common.b(s)
common.isstring(s)
common.log(msg, **kwargs)

Generic log method. Will prepend timestamp.

Keyword arguments:
system - Name of the system/module indent - Integer denoting the desired level of indentation streams - List of streams to output to stream - Stream to output to (singleton version of streams)
common.u(s, encoding='utf-8', errors='strict')

Previous topic

Welcome to PyNLPl’s documentation!

Next topic

Data Types

This Page