kdb.unrepr module

unrepr

unrepr(...) function and support borrowed from the CherryPy3 library with fixes and improvements.

kdb.unrepr.modules(modulePath)

Load a module and retrieve a reference to that module.

kdb.unrepr.unrepr(s)

Return a Python object compiled from a string.

This Page