Mercurial > code > home > repos > light9
view stubs/autobahn/websocket/utf8validator.pyi @ 1990:93e3a00b7cfc
KC had a new DoubleVar bug where setting from 0 to 1 would result in 0.000
Ignore-this: 30e08a24aef112c79cde7c9b62d1e45a
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sun, 09 Jun 2019 06:32:54 +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): ...