30 Jul
2002
30 Jul
'02
6:52 p.m.
The type() function is exceptionally usful for debugging but is unavailabe in python scripts for security reasons. In my debug framework I would like to re-enable it. Since it's a built-in just configuring to allo the import of types isn't enough. What's the hack.