Overriding
Backlinks¶
- configuration overriding
- inheritance
- review pac
- i could do complex class manipulation, e.g. overriding
def __setattr__
so we always stored a link to the node assigned to an attribute. This was really cool but mainly ended up abstracting things. Nice when stuff worked, but a lil harder to debug.
- i could do complex class manipulation, e.g. overriding