mirror of
https://github.com/django/daphne.git
synced 2025-11-12 05:25:19 +03:00
* Added WebsocketBindingWithMembers WebsocketBindingWithMembers inherits WebsocketBinding and additionally enables sending of member variables, properties and methods. * pep fixes * pep fixes * Changed to Mixin More flexible this way; also checking if members are callable now, not just a try-except. * moved BindingWithMembersMixin to base.py * moved BindingWithMembersMixin to base.py * undo moving to base.py * undo moving to base.py; undo Mixin * use DjangoJSONEncoder to serialize members * missing self * removed nasty whitespace |
||
|---|---|---|
| .. | ||
| binding | ||
| generic | ||
| management | ||
| tests | ||
| __init__.py | ||
| apps.py | ||
| asgi.py | ||
| auth.py | ||
| channel.py | ||
| exceptions.py | ||
| hacks.py | ||
| handler.py | ||
| log.py | ||
| message.py | ||
| routing.py | ||
| sessions.py | ||
| signals.py | ||
| staticfiles.py | ||
| utils.py | ||
| worker.py | ||