synapse-product/synapse/replication/tcp
Richard van der Hoff c3e4b4edb2 Fix warnings about not calling superclass constructor
Separate `SimpleCommand` from `Command`, so that things which don't want to use
the `data` property don't have to, and thus fix the warnings PyCharm was giving
me about not calling `__init__` in the base class.
2020-04-07 17:40:22 +01:00
..
streams Fix race in replication (#7226) 2020-04-07 11:01:04 +01:00
__init__.py Move client command handling out of TCP protocol (#7185) 2020-04-06 09:58:42 +01:00
client.py Move client command handling out of TCP protocol (#7185) 2020-04-06 09:58:42 +01:00
commands.py Fix warnings about not calling superclass constructor 2020-04-07 17:40:22 +01:00
handler.py Remove vestigal references to SYNC replication command 2020-04-07 17:40:07 +01:00
protocol.py Move server command handling out of TCP protocol (#7187) 2020-04-07 10:51:07 +01:00
resource.py Move server command handling out of TCP protocol (#7187) 2020-04-07 10:51:07 +01:00