blob: 18c9cc7cc2e8a8eb951a04a3a902585da45cf84b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Container class boilerplate killer.
Features:
* Human-readable __repr__
* Complete set of comparison methods
* Keyword and positional argument support. Works like a normal
class - you can override just about anything in the subclass
(eg: a custom __init__). In contrast, hynek/characteristic
forces different call schematics and calls your __init__ with
different arguments.
|