Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-02-14 | Rewrite _EventInternalMetadata to back it with a _dict | Richard van der Hoff | 1 | -16/+39 | |
Mostly, this gives mypy an easier time. | |||||
2020-02-14 | Replace _event_dict_property with DictProperty | Richard van der Hoff | 2 | -66/+80 | |
this amounts to the same thing, but replaces `_event_dict` with `_dict`, and removes some of the function layers generated by ` |