Larry Bates wrote:

> print print b.__class__.__name__  gives what you want

That doesn't seem to do it, though.  Here's the result of importing a module
from my company's internally-developed library:

>>> from Daycos.TableCopier.copyfro import StateProcessor
>>> print StateProcessor.__class__.__name__
type

I'm looking for something that would print 'StateProcessor' but am not
having much luck.
-- 
Kirk Strauser
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to