Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches

◆ reprise()

type Cope.decorators.reprise ( type  obj,
args,
**  kwargs 
)

A class decorator that sets the repr member to the str member.

Not super useful, but nice for quick custom classes.

Definition at line 116 of file decorators.py.