how to print class names, not references

Rich Salz r.salz at verizon.net
Sun Mar 17 22:42:34 EST 2002


If "x" is an instance, then x.__class__.__name__ is the name of the class.
	/r$




More information about the Python-list mailing list