Mercurial > code > home > repos > light9
view stubs/autobahn/websocket/utf8validator.pyi @ 2112:0b80bcc82cb1
reformat
author | drewp@bigasterisk.com |
---|---|
date | Thu, 02 Jun 2022 18:52:24 +0000 |
parents | 84b5aab10e47 |
children |
line wrap: on
line source
# Stubs for autobahn.websocket.utf8validator (Python 3) # # NOTE: This dynamically typed stub was automatically generated by stubgen. from typing import Any from wsaccel.utf8validator import Utf8Validator as Utf8Validator class Utf8Validator: def __init__(self) -> None: ... def decode(self, b: Any): ... def reset(self) -> None: ... def validate(self, ba: Any): ... class Utf8Validator: def __init__(self) -> None: ... def decode(self, b: Any): ... def reset(self) -> None: ... def validate(self, ba: Any): ...