summaryrefslogtreecommitdiff
path: root/dns/_immutable_attr.py
Commit message (Expand)AuthorAgeFilesLines
* copy the signature of __init__ tooBob Halley2020-08-131-0/+5
* keep following init protocol for __setstate__ when ancestor is Immutable tooBob Halley2020-08-131-0/+2
* apply the immutable init wrapper to __setstate__ too, if presentBob Halley2020-08-131-0/+7
* set class and module properly for decorated immutable classes.Bob Halley2020-08-131-0/+4
* Transaction support.Bob Halley2020-08-101-0/+66