pytilities.stringifiable

class pytilities.stringifiable.Stringifiable

Mixin that provides a reasonable default __str__.

__str__()

Returns the class name

__weakref__

list of weak references to the object (if defined)

Previous topic

pytilities.infinity

Next topic

pytilities.testing

This Page