Files @ 46a8f5a8a4dd
Branch filter:

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

drewp@bigasterisk.com
fix collector display to show real values from py
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: ...