mrstevegross <mrstevegross <at> gmail.com> writes:

> 
> Is it generally safe to explicitly import __builtin__ in python? That
> is, my code reads like this:
...
> 
> It seems like it should be a safe import, but I just want to make
> sure.

Yes, that's fine. I'm not sure why you don't just use type(), though.




-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to