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.