boing.utils — Common utilities¶The module boing.utils contains generic utility classes and
functions.
boing.utils.assertIsInstance(obj, *valid)¶Raise TypeError if obj is not an instance of a class in valid.
boing.utils.deepDump(obj, fd=sys.stdout, maxdepth=None, indent=2, end="n", sort=True)¶Write to fd a textual representation of obj.
boing.utils.Console(inputdevice, outputdevice, banner="", locals=None, parent=None)¶Interactive Python console running along the Qt eventloop.
push(line)¶Pass line to the Python interpreter.
Submodules