Test a Python function within Python without importing
Diez B. Roggisch
deetsNOSPAM at web.de
Tue Nov 2 10:06:42 EST 2004
use exec on the compiled object - the details are in the docs.
--
Regards,
Diez B. Roggisch
More information about the Python-list
mailing list