MatrixSynapse/synapse/push
Mark Haines 2a37467fa1 Use google style doc strings.
pycharm supports them so there is no need to use the other format.

Might as well convert the existing strings to reduce the risk of
people accidentally cargo culting the wrong doc string format.
2016-04-01 16:12:07 +01:00
..
__init__.py Make get_invites return RoomsForUser 2016-03-23 10:32:10 +00:00
action_generator.py
baserules.py Use google style doc strings. 2016-04-01 16:12:07 +01:00
bulk_push_rule_evaluator.py Use get_users_in_room to count the number of room members rather than using read_receipts 2016-03-22 13:52:45 +00:00
clientformat.py
httppusher.py
push_rule_evaluator.py Don't ignore the obey overlay if the rule has an enabled attribute of False 2016-03-31 10:12:31 +01:00
pusherpool.py Make select more sensible when dseleting access tokens, rename pusher deletion to match access token deletion and make exception arg optional. 2016-03-11 14:34:09 +00:00
rulekinds.py