A decorator that defines __unicode__ and __str__ methods under Python 2. Under Python 3 it does nothing. To support Python 2 and 3 with a single code base, define a __str__ method returning text and apply this decorator to the class.
(klass)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected