1900
|
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): ...
|