comparison stubs/autobahn/websocket/utf8validator.pyi @ 64:c1a9403e5d21

stubs Ignore-this: d755514360cce384effcd7a78b4657ed
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 31 May 2019 21:39:02 +0000
parents
children
comparison
equal deleted inserted replaced
63:a3718b297d16 64:c1a9403e5d21
1 # Stubs for autobahn.websocket.utf8validator (Python 3)
2 #
3 # NOTE: This dynamically typed stub was automatically generated by stubgen.
4
5 from typing import Any
6 from wsaccel.utf8validator import Utf8Validator as Utf8Validator
7
8 class Utf8Validator:
9 def __init__(self) -> None: ...
10 def decode(self, b: Any): ...
11 def reset(self) -> None: ...
12 def validate(self, ba: Any): ...
13
14 class Utf8Validator:
15 def __init__(self) -> None: ...
16 def decode(self, b: Any): ...
17 def reset(self) -> None: ...
18 def validate(self, ba: Any): ...