summary refs log tree commit diff
path: root/scripts-dev/definitions.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-23Fix EventContext when using workersErik Johnston1-7/+7
We were: 1. Not correctly setting all attributes 2. Using defer.inlineCallbacks in a non-generator
2018-07-23Update docstrings to make senseErik Johnston1-5/+8
2018-07-23