Files @ 3b48a6e6a3c9
Branch filter:

Location: light9/stubs/autobahn/websocket/compress_base.pyi

drewp@bigasterisk.com
just skip a fader with no value (it's probably coming soon)
1
2
3
4
5
6
7
8
9
# Stubs for autobahn.websocket.compress_base (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

class PerMessageCompressOffer: ...
class PerMessageCompressOfferAccept: ...
class PerMessageCompressResponse: ...
class PerMessageCompressResponseAccept: ...
class PerMessageCompress: ...