Brad Danofsky

Results 2 issues of Brad Danofsky

Attrs has nice support for validation and conversion. That same concept could/should be extended to post setattr() phase of attribute updates. This would allow for publish / subscribe systems on...

Feature

I would like to defer some steps, e.g. deserialization of a complex object, until object access time. This could be accomplished by setting json.load(*, cls=) and returning a collection that...