pycrdt
pycrdt copied to clipboard
fixed getattr default on Typed classes
See issue https://github.com/y-crdt/pycrdt/issues/314
reraise KeyError as an AttributeError when using getattr on Typed classes so that the function can recognize when to use the given default value.